mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
added optional to intervals
This commit is contained in:
parent
b4b1f3b81d
commit
f3c0107fa2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ input:
|
||||||
pattern: "*.{bai,crai,sai}"
|
pattern: "*.{bai,crai,sai}"
|
||||||
- intervals:
|
- intervals:
|
||||||
type: file
|
type: file
|
||||||
description: BED file or interval list containing regions
|
description: BED file or interval list containing regions (optional)
|
||||||
pattern: "*.{bed,interval_list}"
|
pattern: "*.{bed,interval_list}"
|
||||||
- fasta:
|
- fasta:
|
||||||
type: file
|
type: file
|
||||||
|
|
Loading…
Reference in a new issue