Releases: nextflow-io/nextflow
Releases · nextflow-io/nextflow
Version 0.18.1
Version 0.18.0
- Added
legacy
option to docker configuration properties.
Added support for--cpuset-cpus
Docker command line option. See #115 - Added
region
option to AWS S3 config properties #116 - Added support for AWS S3 multipart uploads #112
- Added
NXF_TRACE
to enable application trace logging - Added experimental support for Shifter containers
- Added experimental support for HTCondor scheduler
- Fixed Input file names staged into a subdirectory are not expanded properly #111
- Fixed Main script class name collides with variable names in global scope #113
- Fixed config file having a name as a top level config options raise a MissingPropertyException #117
- Fixed Process script errors should not be ignored #119
- Fixed timeline margin for long labels - fix #120
- Fixed Process
start
time is not reported correctly when using the Ignite executor #122 - Fixed Allow for a per-job memory limit for LSF executor #123
- Fixed Memory reservation should not be divided by the number of cpus #124
- Fixed Mixed content errors if timeline.html served over HTTPS #127
- Fixed Nextflow won't start if a proxy URL env variable contains a trailing slash #109
- Set poolSize as the number of avail cpus
- Set
java.io.tmpdir
to the same path asNXF_TEMP
- Updated Apache Ignite to version 1.5.0
- Updated Logback to version 1.1.6
- Updated Slf4j to version 1.7.21
- Updated JGit to version 4.3.0.201604071810-r
Version 0.17.3
- Fixed task status in the trace file when execution is retried #107
- Improved Ignite scheduling and node resources allocation
- Upgraded Logback to version 1.1.5
- Upgrade Slf4j to version 1.7.16
Version 0.17.2
Version 0.17.1
Version 0.17.0
- Fixed PBS/Torque executor does not parse correctly job IDs #96
- Fixed issue when
TraceFileObsever
tries to access task context metadata on task completion #98 - Fixed support for Git local bare repositories #95
- Fixed single quotes in file names result in a script error #99
- Added
workflow.sessionId
andworkflow.resume
attributes #94 - Added output into multiple channels #97
- Added
attempt
field to execution trace file - Do not allow output clause to reference files outside the process working directory (see #91)
Version 0.16.5
- Fixed race condition when creating cached launcher classpath file
- Fixed
run
for local repositories - Enhanced output file handling #91
- Set thread pool size to avail cpus +1
- Removed config object from remote session that was causing a serialization issue
- Upgraded Slf4j to version 1.7.13