Jointly Accurate Sv Merging with Intersample Network Edges
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
vcfs
:list
The VCF files that need to be merged
*.{vcf,vcf.gz}
bams
Optional - The BAM files from which the VCFs were created
*.bam
bais
Optional - The BAM index files from which the VCFs were created
*.bai
sample_dists
:file
Optional - A txt file containing the distance thresholds for each sample
*.txt
meta2
Groovy Map containing fasta information e.g. [ id:‘test’, single_end:false ]
fasta
Optional - The reference FASTA file used to create the VCFs
*.{fasta,fa}
meta3
Groovy Map containing fasta index information e.g. [ id:‘test’, single_end:false ]
fasta_fai
Optional - The index of the reference FASTA file used to create the VCFs
*.fai
chr_norm
Optional - A txt file containing the chromosomes and their aliases for normalization
vcf
*.vcf.gz
The merged VCF file
versions_jasminesv
${task.process}
:string
The name of the process
jasminesv
The name of the tool
jasmine 2>&1 | grep "version" | sed "s/Jasmine version //"
:eval
The version of the tool
versions_bgzip
bgzip
bgzip --version | head -1 | sed -e "s/bgzip (htslib) //"
The expression to obtain the version of the tool
versions
Software for merging structural variants between individuals