2021-07-23 21:24:19 +00:00
|
|
|
name: bcftools_reheader
|
|
|
|
description: Reheader a VCF file
|
|
|
|
keywords:
|
|
|
|
- reheader
|
|
|
|
- vcf
|
|
|
|
- update header
|
|
|
|
tools:
|
|
|
|
- reheader:
|
|
|
|
description: |
|
|
|
|
Modify header of VCF/BCF files, change sample names.
|
|
|
|
homepage: http://samtools.github.io/bcftools/bcftools.html
|
|
|
|
documentation: http://samtools.github.io/bcftools/bcftools.html#reheader
|
|
|
|
doi: 10.1093/gigascience/giab008
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["MIT"]
|
2021-07-23 21:24:19 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: VCF/BCF file
|
|
|
|
pattern: "*.{vcf.gz,vcf,bcf}"
|
|
|
|
- fai:
|
|
|
|
type: file
|
|
|
|
description: Fasta index to update header sequences with
|
|
|
|
pattern: "*.{fai}"
|
|
|
|
- header:
|
|
|
|
type: file
|
|
|
|
description: New header to add to the VCF
|
|
|
|
pattern: "*.{header.txt}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-07-23 21:24:19 +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-07-23 21:24:19 +00:00
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: VCF with updated header
|
|
|
|
pattern: "*.{vcf.gz}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@bjohnnyd"
|