mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 18:58:16 +00:00
fix(pints): Remove update check (#1989)
This commit is contained in:
parent
a5976c50be
commit
8d5737116b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ process PINTS_CALLER {
|
||||||
--save-to . \\
|
--save-to . \\
|
||||||
--file-prefix $prefix \\
|
--file-prefix $prefix \\
|
||||||
--thread $task.cpus \\
|
--thread $task.cpus \\
|
||||||
|
--dont-check-updates \\
|
||||||
$args
|
$args
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
|
|
Loading…
Reference in a new issue