mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
update stubs (#1488)
This commit is contained in:
parent
6a11c5a222
commit
cb54d1ebd7
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ process CNVPYTOR_HISTOGRAM {
|
||||||
|
|
||||||
stub:
|
stub:
|
||||||
"""
|
"""
|
||||||
touch test.pytor
|
touch ${pytor.baseName}.pytor
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
|
@ -32,7 +32,7 @@ process CNVPYTOR_PARTITION {
|
||||||
|
|
||||||
stub:
|
stub:
|
||||||
"""
|
"""
|
||||||
touch test.pytor
|
touch ${pytor.baseName}.pytor
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
Loading…
Reference in a new issue