mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
08b71fa85f
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * feat: add megahit module, currently decompressed output * Update main.nf * Update tests/modules/megahit/test.yml Co-authored-by: Maxime Borry <maxibor@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * feat: compress all outputs, remove md5sums due to gz stochasicity * fix: wrong conda channel for pigz * fix: broken singleend tests and update meta.yml * Missed one * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * fix: pigz formatting * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Apply suggestions from code review * Add GUNC download_db and run commands * Bump with version without zgrep * Apply suggestions from code review Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com> * Harshil formatting * Apply suggestions from code review Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com> Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> Co-authored-by: Maxime Borry <maxibor@users.noreply.github.com> Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com>
36 lines
997 B
YAML
36 lines
997 B
YAML
name: gunc_downloaddb
|
|
description: Download database for GUNC detection of Chimerism and Contamination in Prokaryotic Genomes
|
|
keywords:
|
|
- download
|
|
- prokaryote
|
|
- assembly
|
|
- genome
|
|
- quality control
|
|
- chimeras
|
|
tools:
|
|
- gunc:
|
|
description: Python package for detection of chimerism and contamination in prokaryotic genomes.
|
|
homepage: https://grp-bork.embl-community.io/gunc/
|
|
documentation: https://grp-bork.embl-community.io/gunc/
|
|
tool_dev_url: https://github.com/grp-bork/gunc
|
|
doi: "10.1186/s13059-021-02393-0"
|
|
licence: ['GNU General Public v3 or later (GPL v3+)']
|
|
|
|
input:
|
|
- db_name:
|
|
type: string
|
|
description: "Which database to download. Options: progenomes or gtdb"
|
|
pattern: "progenomes|gtdb"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- db:
|
|
type: file
|
|
description: GUNC database file
|
|
pattern: "*.dmnd"
|
|
|
|
authors:
|
|
- "@jfy133"
|