mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
add stub for kallisto/index (#1944)
This commit is contained in:
parent
b034029b59
commit
479e0638d1
2 changed files with 18 additions and 0 deletions
|
@ -31,4 +31,14 @@ process KALLISTO_INDEX {
|
|||
kallisto: \$(echo \$(kallisto 2>&1) | sed 's/^kallisto //; s/Usage.*\$//')
|
||||
END_VERSIONS
|
||||
"""
|
||||
|
||||
stub:
|
||||
"""
|
||||
touch kallisto
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
kallisto: \$(echo \$(kallisto 2>&1) | sed 's/^kallisto //; s/Usage.*\$//')
|
||||
END_VERSIONS
|
||||
"""
|
||||
}
|
||||
|
|
|
@ -6,3 +6,11 @@
|
|||
files:
|
||||
- path: output/kallisto/kallisto
|
||||
md5sum: bf8a58d329dddc96f0c32f7823bc0310
|
||||
|
||||
- name: kallisto index test_kallisto_index stub
|
||||
command: nextflow run ./tests/modules/kallisto/index -entry test_kallisto_index -c ./tests/config/nextflow.config -c ./tests/modules/kallisto/index/nextflow.config -stub-run
|
||||
tags:
|
||||
- kallisto
|
||||
- kallisto/index
|
||||
files:
|
||||
- path: output/kallisto/kallisto
|
||||
|
|
Loading…
Reference in a new issue