mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
name: tiddit_sv
|
|
description: Identify chromosomal rearrangements.
|
|
keywords:
|
|
- structural
|
|
- variants
|
|
- vcf
|
|
tools:
|
|
- sv:
|
|
description: Search for structural variants.
|
|
homepage: https://github.com/SciLifeLab/TIDDIT
|
|
documentation: https://github.com/SciLifeLab/TIDDIT/blob/master/README.md
|
|
doi: 10.12688/f1000research.11168.1
|
|
licence: ["GPL-3.0-or-later"]
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- input:
|
|
type: file
|
|
description: BAM/CRAM file
|
|
pattern: "*.{bam,cram}"
|
|
- index:
|
|
type: file
|
|
description: BAM/CRAM index file
|
|
pattern: "*.{bai,crai}"
|
|
- fasta:
|
|
type: file
|
|
description: Input FASTA file
|
|
pattern: "*.{fasta,fa}"
|
|
- bwa_index:
|
|
type: file
|
|
description: BWA genome index files
|
|
pattern: "Directory containing BWA index *.{amb,ann,bwt,pac,sa}"
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- vcf:
|
|
type: file
|
|
description: vcf
|
|
pattern: "*.{vcf}"
|
|
- ploidy:
|
|
type: file
|
|
description: tab
|
|
pattern: "*.{ploidies.tab}"
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
authors:
|
|
- "@maxulysse"
|