nf-core/platypus @ 0.0.0-6c4ed3a
Summary
Platypus is a tool that efficiently and accurately calling genetic variants from next-generation DNA sequencing data
Get started
Add the following snippet to your workflow script to include this module.
include { PLATYPUS } from 'nf-core/platypus'
License
MIT License
Name
|
PLATYPUS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
tumor_file
file
|
Tumor or metastatic sample, BAM or CRAM file *.{bam,cram}
|
tumor_file_bai
file
|
Index of BAM file *.{bai,crai}
|
control_file
file
|
Control (or blood) of matching tumor/metastatic sample, BAM or CRAM file *.{bam,cram}
|
control_file_bai
file
|
Index of BAMfile *.{bai,crai}
|
fasta
file
|
The reference fasta file *.fa
|
|---|
fai
file
|
Index of reference fasta file *.fai
|
|---|
skipregions_file
file
|
File with regions to skip, region as comma-separated list of chr:start-end, or just list of chr, or nothing *.bed|*.txt|*.tab
|
|---|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
*.log
file
|
Log file *.log
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
*.vcf.gz.tbi
file
|
Index of VCF file *.vcf.gz.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
*.vcf.gz
file
|
Output VCF file *.vcf.gz
|
version
versions.yml
file
|
File containing software version *.{version.txt}
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| platypus | Platypus is a tool designed for efficient and accurate variant-detection in high-throughput sequencing data. | https://www.well.ox.ac.uk/research/research-groups/lunter-group/lunter-group/platypus-a-haplotype-based-variant-caller-for-next-generation-sequence-data |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:37:38 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fplatypus/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/platypus/blobs/sha256:e18162fa56e6feff3caaebc8ae36ae6b9a8973e9373e9960e6fc71e515411ac6 |
| Size | 3.3 KB |
| Checksum | sha256:e18162fa56e6feff3caaebc8ae36ae6b9a8973e9373e9960e6fc71e515411ac6 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:37:38 (UTC) | 3 | 3.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:26:45 (UTC) | 3 | 3.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:26:32 (UTC) | 3 | 3.3 |