nf-core/happy/sompy @ 0.0.0-6c4ed3a
Summary
Hap.py is a tool to compare diploid genotypes at haplotype level. som.py is a part of hap.py compares somatic variations.
Get started
Add the following snippet to your workflow script to include this module.
include { HAPPY_SOMPY } from 'nf-core/happy/sompy'
License
MIT License
Name
|
HAPPY_SOMPY |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
query_vcf
file
|
VCF/GVCF file to query *.{gvcf,vcf}.gz
|
truth_vcf
file
|
gold standard VCF file *.{gvcf,vcf}.gz
|
regions_bed
file
|
Sparse regions to restrict the analysis to *.bed
|
targets_bed
file
|
Dense regions to restrict the analysis to *.bed
|
meta2
map
|
Groovy Map containing fasta file information e.g. [ id:'test2'] |
|---|---|
fasta
file
|
FASTA file of the reference genome *.{fa,fasta}
|
meta3
map
|
Groovy Map containing fai file information e.g. [ id:'test3'] |
|---|---|
fasta_fai
file
|
The index of the reference FASTA *.fai
|
meta4
map
|
Groovy Map containing false_positives_bed file information e.g. [ id:'test4'] |
|---|---|
false_positives_bed
file
|
False positive / confident call regions. Calls outside these regions will be labelled as UNK. *.{bed,bed.gz}
|
meta5
map
|
Groovy Map containing ambiguous_beds file information e.g. [ id:'test5'] |
|---|---|
ambiguous_beds
file
|
Ambiguous regions *.{bed,bed.gz}
|
meta6
map
|
Groovy Map containing bam file information e.g. [ id:'test6'] |
|---|---|
bams
file
|
one or more BAM files for feature table extraction *.bam
|
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.stats.csv
file
|
One or more than one (if AF count is on ) CSV file with benchmark stats *.stats.csv
|
metrics
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.metrics.json
file
|
One or more than one (if AF count is on ) JSON file with metrics *.metrics.json
|
features
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.features.csv
file
|
One or more than one (if AF count is on ) CSV file containing feature information *.features.csv
|
versions_happy
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
happy
string
|
The tool name |
0.3.15
string
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| sompy | Haplotype VCF comparison tools somatic variant comparison | https://www.illumina.com/products/by-type/informatics-products/basespace-sequence-hub/apps/hap-py-benchmarking.html |
| Version | 0.0.0-6c4ed3a |
|---|