Releases: nextflow-io/nextflow
Releases · nextflow-io/nextflow
Version 0.22.6
- Fixed Script execution terminates before all operators complete #259
- Fixed A script variable with the same name of a global variable invalidate process resume #254
- Fixed
when
is not recognised when used before aninput
andscript
is not declared - Fixed count operator hung when applied to a dataflow variable
- Added warning message when an input/output
set
defines only one component #216 #251 - Reduced log verbosity of Ignite Scheduler classes
Version 0.22.5
- Fixed QueueSize=1 doesn't handle multi-cpu processes #246
- Fixed Accessing to a not defined script params should raise an error #243
- Fixed An input channel evaluating to null results in a misleading error message #242
- Fixed Use of publicDnsName should failover to IP if no name is available #240
- Fixed Use of yum in cloud boothook may cause problems #239
- Fixed Execution hang when an operator invokes the
exit
function and no processes have run - Fixed fromFilePairs does not match patterns containing curly brackets w/o a star wild character
- Added
-dump-hashes
command line option to print task key hash keys #211 - Improved logging
Version 0.22.4
- Added
--no-requeue
flag to SLURM job submission - Report log content when a wrapper script execution fail #213
- Improved error message when cache DB cannot be created
- Logging error track trace on task re-submit failure
- Fixed Channel.fromPath throws an exception when the argument is a S3 path
- Modified
make_temp
so that usesNXF_TEMP
when defined
Version 0.22.3
- Fixed PBS qsub fails when the job name is longer than 15 chars #228
- Fixed Spread operator doesn't connect channels in DAG #231
- Fixed amazon prices file format parser
- Added Cleanup scratch dir upon process completion #230
- Added
optional
flag to output file declaration - Added
region
option tocloud
command - Added Check for missing instance type description
Version 0.22.2
Version 0.22.1
Version 0.22.0
- Fixed queue-size attribute for local executor
- Fixed Kubernetes pod id parse issue
- Moved
.nextflow.history
and.cache
files under.nextflow
directory
[0.22.0.RC2]
- Fixed File name containing glob wildcards cannot be captured in the process output #219
- Fixed Work dir containing glob wildcards are not supported #194
- Added
revision id
to execution log - Added
scriptId
,scriptFile
andscriptName
attributes to workflow metadata object - Added time delay penalty on error burst to prevent failing node to drain all pending jobs
- Load classes without creating an instance of each cloud driver
- Improved AWS driver missing credentials error report
- Merged experimental Kubernetes support
- Improved clean and log command
- Added EFS default mount path
- Refactored daemon shutdown
[0.22.0.RC1]
Version 0.21.3
- Fixed Spaces in work directory path stops SLURM from accepting the job #218
Version 0.21.2
- Fixed PBS professional batch scheduler submission error #209
- Fixed Reference to a collection of files is not resolved properly in the output section #214
- Improved failed and ignored processes reporting
- Fixed null workflow.projectDir when launching a script file
- Do no output link file when
followLinks
option is disabled