mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
update meta.yml and remove the cleanup step.
This commit is contained in:
parent
e9c82a5f48
commit
29ee72c693
2 changed files with 3 additions and 5 deletions
|
@ -27,8 +27,6 @@ process MOTUS_DOWNLOADDB {
|
||||||
python ${software} \\
|
python ${software} \\
|
||||||
$args \\
|
$args \\
|
||||||
-t $task.cpus
|
-t $task.cpus
|
||||||
## clean up
|
|
||||||
rm ${software}
|
|
||||||
|
|
||||||
## mOTUs version number is not available from command line.
|
## mOTUs version number is not available from command line.
|
||||||
## mOTUs save the version number in index database folder.
|
## mOTUs save the version number in index database folder.
|
||||||
|
|
|
@ -7,8 +7,6 @@ keywords:
|
||||||
- taxonomic profiling
|
- taxonomic profiling
|
||||||
- database
|
- database
|
||||||
- download
|
- download
|
||||||
- database
|
|
||||||
- download
|
|
||||||
tools:
|
tools:
|
||||||
- "motus":
|
- "motus":
|
||||||
description: "The mOTU profiler is a computational tool that estimates relative taxonomic abundance of known and currently unknown microbial community members using metagenomic shotgun sequencing data."
|
description: "The mOTU profiler is a computational tool that estimates relative taxonomic abundance of known and currently unknown microbial community members using metagenomic shotgun sequencing data."
|
||||||
|
@ -22,7 +20,9 @@ input:
|
||||||
- motus_downloaddb:
|
- motus_downloaddb:
|
||||||
type: directory
|
type: directory
|
||||||
description: |
|
description: |
|
||||||
the mOTUs downloadDB script source file
|
The mOTUs downloadDB script source file.
|
||||||
|
It is the source file installed or
|
||||||
|
remote source in github such as https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
|
||||||
pattern: "downloadDB.py"
|
pattern: "downloadDB.py"
|
||||||
|
|
||||||
output:
|
output:
|
||||||
|
|
Loading…
Reference in a new issue