nf-core/pypgx/runngspipeline @ 0.0.0-0c7146d
Summary
PyPGx pharmacogenomics genotyping pipeline for NGS data.
Get started
Add the following snippet to your workflow script to include this module.
include { PYPGX_RUNNGSPIPELINE } from 'nf-core/pypgx/runngspipeline'
License
MIT License
Name
|
PYPGX_RUNNGSPIPELINE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
BGZIP compressed VCF file with SNVs/indels. Output of pypgx/createinputvcf. *.{vcf.gz}
|
tbi
file
|
VCF tabix index. *.{vcf.gz.tbi}
|
coverage
file
|
ZIP compressed file with depth of coverage information. Output of pypgx/preparedepthofcoverage. Coverage information is only required when running the module on a pharmacogene with known structural variants. *.{zip}
|
control_stats
file
|
ZIP compressed file with control statistics. Output of pypgx/computecontrolstatistics. Control statistics are only required when running the module on a pharmacogene with known structural variants. |
pgx_gene
string
|
Pharmacogene to genotype/phenotype. A list of supported genes is available in the pypgx documentation "https://pypgx.readthedocs.io/en/latest/genes.html" |
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
resource_bundle
directory
|
Path to the pypgx resource bundle (https://github.com/sbslee/pypgx-bundle). |
results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*pypgx_output/results.zip
file
|
Main output file of the pipeline in ZIP format, containing a table with star-alleles per sample and CNV calls where applicable. |
cnv_calls
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*pypgx_output/cnv-calls.zip
file
|
Optional output file in ZIP format, containing CNV calls per sample. |
versions_pypgx
tuple
${task.process}
string
|
The name of the process |
|---|---|
pypgx
string
|
The name of the tool |
pypgx -v 2>&1 | grep -oE "[0-9]+\.[0-9]+\.[0-9]+" | head -1
eval
|
The expression to obtain the version of the tool |
consolidated_variants
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*pypgx_output/consolidated-variants.zip
file
|
Output file in ZIP format, containing a consolidated (and phased) VCF file. |
| Tool | Description | Homepage |
|---|---|---|
| pypgx | A Python package for pharmacogenomics research | https://pypgx.readthedocs.io/en/latest/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:06:16 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fpypgx%2Frunngspipeline/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/pypgx/runngspipeline/blobs/sha256:1c8df8b9b4e885c59b2f498f78b061de919787986bb44dcb1705c00d628609dd |
| Size | 3.7 KB |
| Checksum | sha256:1c8df8b9b4e885c59b2f498f78b061de919787986bb44dcb1705c00d628609dd |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|