File tree Expand file tree Collapse file tree
src/main/scala/io/viash/wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2327This is a hotfix release for the changes in Nextflow edge's handling of double arguments.
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments