mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 06:03:10 +00:00
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
name: "hmmer_eslreformat"
|
|
description: reformats sequence files, see HMMER documentation for details. The module requires that the format is specified in ext.args in a config file, and that this comes last. See the tools help for possible values.
|
|
keywords:
|
|
- sort
|
|
tools:
|
|
- "hmmer":
|
|
description: "Biosequence analysis using profile hidden Markov models"
|
|
homepage: http://hmmer.org/
|
|
documentation: http://hmmer.org/documentation.html
|
|
tool_dev_url: None
|
|
doi: "http://dx.doi.org/10.1371/journal.pcbi.1002195"
|
|
licence: ["BSD-3-Clause"]
|
|
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test' ]
|
|
- seqfile:
|
|
type: file
|
|
description: Sequences, aligned or not, in any supported format
|
|
pattern: "*"
|
|
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- seqreformated:
|
|
type: file
|
|
description: Reformated sequence file
|
|
pattern: "*.*.gz"
|
|
|
|
authors:
|
|
- "@erikrikarddaniel"
|