mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
|
name: pairtools_select
|
||
|
description: Select pairs according to given condition by options.args
|
||
|
keywords:
|
||
|
- select
|
||
|
tools:
|
||
|
- pairtools:
|
||
|
description: CLI tools to process mapped Hi-C data
|
||
|
homepage: http://pairtools.readthedocs.io/
|
||
|
documentation: http://pairtools.readthedocs.io/
|
||
|
tool_dev_url: https://github.com/mirnylab/pairtools
|
||
|
doi: ""
|
||
|
licence: ['MIT']
|
||
|
|
||
|
input:
|
||
|
- meta:
|
||
|
type: map
|
||
|
description: |
|
||
|
Groovy Map containing sample information
|
||
|
e.g. [ id:'test', single_end:false ]
|
||
|
- input:
|
||
|
type: file
|
||
|
description: pairs file
|
||
|
|
||
|
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}"
|
||
|
- selected:
|
||
|
type: file
|
||
|
description: Selected pairs file
|
||
|
pattern: "*.{selected.pairs.gz}"
|
||
|
- unselected:
|
||
|
type: file
|
||
|
description: Rest pairs file.
|
||
|
pattern: "*.{unselected.pairs.gz}"
|
||
|
|
||
|
authors:
|
||
|
- "@jianhong"
|