2020-11-11 13:46:31 -05:00
|
|
|
name: bedtools_slop
|
2020-11-11 17:45:44 -05:00
|
|
|
description: Adds a specified number of bases in each direction (unique values may be specified for either -l or -r)
|
2020-11-11 13:46:31 -05:00
|
|
|
keywords:
|
2021-02-07 16:32:20 -05:00
|
|
|
- bed
|
|
|
|
- slopBed
|
2020-11-11 13:46:31 -05:00
|
|
|
tools:
|
2021-02-07 16:32:20 -05: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
|
2020-11-11 13:46:31 -05:00
|
|
|
input:
|
2021-02-07 16:32:20 -05: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 13:46:31 -05:00
|
|
|
output:
|
2021-02-07 16:32:20 -05: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}"
|
|
|
|
- version:
|
|
|
|
type: file
|
|
|
|
description: File containing software version
|
|
|
|
pattern: "*.{version.txt}"
|
2021-02-07 16:49:20 -05:00
|
|
|
authors:
|
2021-02-07 16:32:20 -05:00
|
|
|
- "@Emiller88"
|
|
|
|
- "@sruthipsuresh"
|
2021-02-07 16:49:20 -05:00
|
|
|
- "@drpatelh"
|