Sorts vcf files
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
vcf
:file
VCF file
*.{vcf,vcf.gz}
meta2
Groovy Map containing reference information e.g. [ id:‘genome’ ]
fasta
Reference genome fasta file
*.{fasta,fa}
meta3
dict
Reference genome dictionary file
*.{dict}
*_sorted.vcf.gz
Sorted VCF file
*.{vcf}
versions_picard
${task.process}
:string
The process the versions were collected from
picard
The tool name
picard SortVcf --version 2>&1 | sed -n 's/.*Version://p'
The command used to generate the version of the tool
versions
Java tools for working with NGS data in the BAM/CRAM/SAM and VCF format