mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -05:00
906577873b
* New functions.nf * Convert code to create versions.yml * Update meta.yml * update output channel * Fix more meta.yml * Manually update remaining modules * remove superflous echo * Fix misformatted meta.yml files * Fix yaml, was list instead of dict * fix version for bcftools Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
41 lines
973 B
YAML
Executable file
41 lines
973 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: "versions.yml"
|
|
- bedgraph:
|
|
type: file
|
|
description: bedGraph file
|
|
pattern: "*.{bedgraph}"
|
|
|
|
authors:
|
|
- "@drpatelh"
|