Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion tools/pgxRpi/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,19 @@ long_description: |
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/main/tools/pgxRpi
type: unrestricted
categories:
- Variant Analysis
- Variant Analysis

auto_tool_repositories:
name_template: "{{ tool_id }}"
description_template: "pgxRpi: {{ tool_name }}"

suite:
name: "pgxrpi_suite"
description: "A suite of Galaxy tools for accessing and visualizing Progenetix genomic variation data via the Beacon v2 API"

long_description: |
pgxRpi is an R wrapper package for the Progenetix REST API that leverages the capabilities of the Beacon v2 specification. It also provides functions to enhance the visualisation of the retrieved genomic variation data.

This suite includes:
- **pgx_loader**: Load various data from Progenetix database via the Beacon v2 API
- **pgx_freqplot**: Plot the frequency of copy number variation in specific cohorts
Loading