mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 13:02:09 -05:00
Fixed bedtools complement module
This commit is contained in:
parent
8496427c56
commit
3da39dfc88
1 changed files with 6 additions and 2 deletions
|
@ -36,6 +36,11 @@ input:
|
||||||
type: file
|
type: file
|
||||||
description: List of bed files
|
description: List of bed files
|
||||||
pattern: "*.{bed}"
|
pattern: "*.{bed}"
|
||||||
|
- sizes:
|
||||||
|
type: file
|
||||||
|
description: File which defines the chromosome lengths for a given genome
|
||||||
|
pattern: "*.{sizes}"
|
||||||
|
|
||||||
output:
|
output:
|
||||||
- meta:
|
- meta:
|
||||||
type: map
|
type: map
|
||||||
|
@ -44,13 +49,12 @@ output:
|
||||||
e.g. [ id:'test', single_end:false ]
|
e.g. [ id:'test', single_end:false ]
|
||||||
- bed:
|
- bed:
|
||||||
type: file
|
type: file
|
||||||
description: Edited bed file
|
description: Bed file with all genomic intervals that are not covered by at least one record from the input file.
|
||||||
pattern: "*.{complement.bed}"
|
pattern: "*.{complement.bed}"
|
||||||
- version:
|
- version:
|
||||||
type: file
|
type: file
|
||||||
description: File containing software version
|
description: File containing software version
|
||||||
pattern: "*.{version.txt}"
|
pattern: "*.{version.txt}"
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
-"@Emiller88"
|
-"@Emiller88"
|
||||||
-"@sruthipsuresh"
|
-"@sruthipsuresh"
|
||||||
|
|
Loading…
Reference in a new issue