mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Add missing docs
This commit is contained in:
parent
b581bdc36c
commit
1094af2206
1 changed files with 9 additions and 1 deletions
|
@ -39,8 +39,12 @@ input:
|
|||
e.g. [ id:'test', single_end:false ]
|
||||
- bam:
|
||||
type: file
|
||||
description: A sorted (with samtools sort) bam file
|
||||
description: Co-ordinate sorted BAM file
|
||||
pattern: "*.bam"
|
||||
- bai:
|
||||
type: file
|
||||
description: Index file for co-ordinate sorted BAM file
|
||||
pattern: "*.bai"
|
||||
- bed:
|
||||
type: file
|
||||
description: BED file with primer labels and positions
|
||||
|
@ -55,6 +59,10 @@ output:
|
|||
type: file
|
||||
description: iVar generated trimmed bam file (unsorted)
|
||||
pattern: "*.bam"
|
||||
- log:
|
||||
type: file
|
||||
description: Log file generated by iVar for use with MultiQC
|
||||
pattern: "*.log"
|
||||
- version:
|
||||
type: file
|
||||
description: File containing software version
|
||||
|
|
Loading…
Reference in a new issue