2020-11-11 18:46:31 +00:00
|
|
|
name: bedtools_slop
|
2020-11-11 22:45:44 +00:00
|
|
|
description: Adds a specified number of bases in each direction (unique values may be specified for either -l or -r)
|
2020-11-11 18:46:31 +00:00
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- bed
|
|
|
|
- slopBed
|
2020-11-11 18:46:31 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- bedtools:
|
|
|
|
description: |
|
|
|
|
A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types.
|
|
|
|
documentation: https://bedtools.readthedocs.io/en/latest/content/tools/slop.html
|
|
|
|
licence: ["MIT"]
|
2020-11-11 18:46:31 +00:00
|
|
|
input:
|
2022-02-15 11:15:27 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bed:
|
|
|
|
type: file
|
|
|
|
description: Input BED file
|
|
|
|
pattern: "*.{bed}"
|
2020-11-11 18:46:31 +00:00
|
|
|
output:
|
2022-02-15 11:15:27 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bed:
|
|
|
|
type: file
|
|
|
|
description: Slopped BED file
|
|
|
|
pattern: "*.{bed}"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
2021-02-07 21:49:20 +00:00
|
|
|
authors:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "@Emiller88"
|
|
|
|
- "@sruthipsuresh"
|
|
|
|
- "@drpatelh"
|