nf-core_modules/modules/pear/meta.yml
Júlia Mir Pedrol 9bda3dc7f0
Add new module: Pear (#1779)
* create pear module

* add command and tests

* remove md5sum from known empty file

* add force -f to gzip and gunzip to avoid problems with symbolic links

* apply suggestions from review
2022-07-15 10:28:31 +02:00

50 lines
1.4 KiB
YAML

name: "pear"
description: PEAR is an ultrafast, memory-efficient and highly accurate pair-end read merger.
keywords:
- pair-end
- read
tools:
- "pear":
description: "paired-end read merger"
homepage: "{https://cme.h-its.org/exelixis/web/software/pear/}"
documentation: "{https://cme.h-its.org/exelixis/web/software/pear/doc.html}"
tool_dev_url: "{}"
doi: ""
licence: "['Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported']"
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test' ]
- reads:
type: file
description: |
List of input FastQ files with paired-end reads forward and reverse.
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test' ]
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- assembled:
type: file
description: FastQ file containing Assembled reads.
pattern: "*.{fastq.gz}"
- unassembled:
type: file
description: FastQ files containing Unassembled forward and reverse reads.
pattern: "*.{fastq.gz}"
- discarded:
type: file
description: FastQ file containing discarded reads.
pattern: "*.{fastq.gz}"
authors:
- "@mirpedrol"