mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Updated tools/bwa/mem/meta.yml
This commit is contained in:
parent
a4836ae3c3
commit
356e23823c
2 changed files with 4 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,5 +2,4 @@
|
|||
work/
|
||||
data/
|
||||
results/
|
||||
tools/bwa/mem_ignore
|
||||
.DS_Store
|
||||
|
|
|
@ -15,19 +15,18 @@ input:
|
|||
-
|
||||
- id:
|
||||
type: val
|
||||
description: read id for paired-end sequences
|
||||
description: read/read pair id
|
||||
- reads:
|
||||
type: file
|
||||
description: Input fastq file
|
||||
pattern: *.{fastq,fq}
|
||||
- genome:
|
||||
type: file
|
||||
description: Input fasta reference genome
|
||||
pattern: *.{fasta,fa}
|
||||
- index:
|
||||
type: file
|
||||
description: bwa indexes file
|
||||
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
|
||||
- prefix:
|
||||
type: val
|
||||
description: bwa index prefix, equivalent to index file names without extensions. Usually the reference genome file name unless otherwise specified.
|
||||
output:
|
||||
-
|
||||
- bam:
|
||||
|
|
Loading…
Reference in a new issue