mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00: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:
|
||||
"""
|
||||
touch test.pytor
|
||||
touch ${pytor.baseName}.pytor
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
|
@ -32,7 +32,7 @@ process CNVPYTOR_PARTITION {
|
|||
|
||||
stub:
|
||||
"""
|
||||
touch test.pytor
|
||||
touch ${pytor.baseName}.pytor
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue