mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
27 lines
771 B
YAML
27 lines
771 B
YAML
|
name: bedtools merge
|
||
|
description: Combines overlapping genome features of a single file
|
||
|
keywords:
|
||
|
- merge
|
||
|
tools:
|
||
|
- bedtools:
|
||
|
description: |
|
||
|
Bedtools is a software package that provides with a toolset to perform genome arithmetic operations.
|
||
|
homepage: https://bedtools.readthedocs.io/en/latest/index.html
|
||
|
documentation: https://bedtools.readthedocs.io/en/latest/index.html
|
||
|
doi: 10.093/bioinformatics/btq033
|
||
|
input:
|
||
|
-
|
||
|
- input_file:
|
||
|
type: file
|
||
|
description: Input genomic coordinates file
|
||
|
pattern: "*.{bed,gff,vcf,bam}"
|
||
|
|
||
|
output:
|
||
|
-
|
||
|
- index:
|
||
|
type: stdout,file
|
||
|
description:
|
||
|
pattern: "stdout,*.{bed}"
|
||
|
authors:
|
||
|
- "@JoseEspinosa"
|