2021-04-15 20:04:59 +00:00
|
|
|
name: ucsc_bedclip
|
|
|
|
description: See http://hgdownload.cse.ucsc.edu/admin/exe/
|
|
|
|
keywords:
|
|
|
|
- sort
|
|
|
|
tools:
|
|
|
|
- ucsc:
|
|
|
|
description: Remove lines from bed file that refer to off-chromosome locations.
|
|
|
|
homepage: None
|
|
|
|
documentation: None
|
|
|
|
tool_dev_url: None
|
|
|
|
doi: ""
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["varies; see http://genome.ucsc.edu/license"]
|
2021-04-15 20:04:59 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bedgraph:
|
|
|
|
type: file
|
|
|
|
description: bedGraph file
|
|
|
|
pattern: "*.{bedgraph}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-04-15 20:04:59 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-04-15 20:04:59 +00:00
|
|
|
- bedgraph:
|
|
|
|
type: file
|
|
|
|
description: bedGraph file
|
|
|
|
pattern: "*.{bedgraph}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|