nf-core_modules/software/ucsc/bedclip/meta.yml
Harshil Patel defaca4f1b
Add ucsc/bedclip module (#450)
* Add ucsc/bedclip module

* Fix tests

* Fix nf-core lint
2021-04-15 22:04:59 +02:00

41 lines
976 B
YAML
Executable file

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: ""
licence: ['varies; see http://genome.ucsc.edu/license']
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 ]
- version:
type: file
description: File containing software version
pattern: "*.{version.txt}"
- bedgraph:
type: file
description: bedGraph file
pattern: "*.{bedgraph}"
authors:
- "@drpatelh"