nf-core_modules/modules/phyloflash/meta.yml
Abhinav Sharma 15fd90ffe8
Add phyloflash module (#786)
* initial stubs [ci skip]

* remove comments and add main command [ci skip]

* design iteration [ci skip]

* add new standard functions.nf [ci skip]

* update the version string [ci skip]

* accomodate the db stubs and single/double ends [ci skip]

* add FIXME for missing info [ci skip]

* Accomodate the results folder [ci skip]

* Update main.nf

* Apply suggestions from code review

* Update main.nf

* Apply suggestions from code review

* Add version file to stubs [ci skip]

* Tweak the output dir pattern [ci skip]

* Update modules/phyloflash/main.nf

* Update modules/phyloflash/main.nf

* Update modules/phyloflash/main.nf

Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com>
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
2021-11-21 19:43:58 +00:00

51 lines
1.5 KiB
YAML

name: phyloflash
description: phyloFlash is a pipeline to rapidly reconstruct the SSU rRNAs and explore phylogenetic composition of an illumina (meta)genomic dataset.
keywords:
- metagenomics
- illumina datasets
- phylogenetic composition
tools:
- phyloflash:
description: phyloFlash is a pipeline to rapidly reconstruct the SSU rRNAs and explore phylogenetic composition of an illumina (meta)genomic dataset.
homepage: https://hrgv.github.io/phyloFlash/
documentation: https://hrgv.github.io/phyloFlash/usage.html
tool_dev_url: https://github.com/HRGV/phyloFlash
doi: "10.1128/mSystems.00920-20"
licence: ['GPL v3']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- reads:
type: file
description: Channel containing single or paired-end reads
pattern: "*.{fastq.gz,fq.gz}"
- sliva_db:
type: folder
description: Folder containing the SILVA database
pattern: "ref"
- univec_db:
type: folder
description: Folder containing UniVec database
pattern: "UniVec"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- results:
type: folder
description: Folder containing the results of phyloFlash analysis
pattern: "${prefix}*"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@abhi18av"