2021-08-10 13:10:27 +00:00
|
|
|
name: bcftools_concat
|
|
|
|
description: Concatenate VCF files
|
|
|
|
keywords:
|
|
|
|
- variant calling
|
|
|
|
- concat
|
|
|
|
- bcftools
|
|
|
|
- VCF
|
|
|
|
|
|
|
|
tools:
|
|
|
|
- concat:
|
|
|
|
description: |
|
|
|
|
Concatenate VCF files.
|
|
|
|
homepage: http://samtools.github.io/bcftools/bcftools.html
|
|
|
|
documentation: http://www.htslib.org/doc/bcftools.html
|
|
|
|
doi: 10.1093/bioinformatics/btp352
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['MIT']
|
2021-08-10 13:10:27 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- vcfs:
|
|
|
|
type: files
|
|
|
|
description: |
|
|
|
|
List containing 2 or more vcf files
|
|
|
|
e.g. [ 'file1.vcf', 'file2.vcf' ]
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: VCF concatenated output file
|
|
|
|
pattern: "*.{vcf.gz}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-08-10 13:10:27 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-08-10 13:10:27 +00:00
|
|
|
authors:
|
|
|
|
- "@abhi18av"
|