Skip to content

Commit 7d8cf5c

Browse files
author
Robrecht Cannoodt
authored
Merge branch 'develop' into port_integers_as_doubles
2 parents 1eca5e6 + b611d1b commit 7d8cf5c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ TODO add summary
1818

1919
* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (port of PR #824, PR #825).
2020

21+
## MINOR FIXES
22+
23+
* `Executable`: Add more info to the --help (PR #802).
24+
2125
# Viash 0.9.4 (2025-04-24): Hotfix for Nextflow edge
2226

2327
This is a hotfix release for the changes in Nextflow edge's handling of double arguments.

src/main/scala/io/viash/wrapper/BashWrapper.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,9 +729,11 @@ object BashWrapper {
729729
val helpStrings =
730730
"""Viash built in Computational Requirements:
731731
| ---cpus=INT
732-
| Number of CPUs to use
732+
| Number of CPUs to use.
733733
| ---memory=STRING
734734
| Amount of memory to use. Examples: 4GB, 3MiB.
735+
| $VIASH_TEMP
736+
| The temporary directory to use.
735737
|""".stripMargin
736738

737739
val compArgs = List(

0 commit comments

Comments
 (0)