We are excited to announce the new Nextflow 19.04.0 stable release!
This version includes numerous bug fixes, enhancement and new features.
In this release, we are making the new interactive rich output using ANSI escape characters as the default logging option. This produces a much more readable and easy to follow log of the running workflow execution.
The ANSI log is implicitly disabled when the nextflow is launched in the background i.e. when using the -bg
option. It can also be explicitly disabled using the -ansi-log false
option or setting the NXF_ANSI_LOG=false
variable in your launching environment.
The support for NCBI SRA archive was introduced in the previous edge release. Given the very positive reaction, we are graduating this feature into the stable release for general availability.
This version includes also a new Git repository provider for the Gitea self-hosted source code management system, which is added to the already existing support for GitHub, Bitbucket and GitLab sharing platforms.
Finally, this version includes important enhancements and bug fixes for the task executions metrics collected by Nextflow. If you are using this feature we strongly suggest updating Nextflow to this version.
Remember that updating can be done with the nextflow -self-update
command.
The complete list of changes and bug fixes is available on GitHub at this link.
Special thanks to all people contributed to this release by reporting issues, improving the docs or submitting (patiently) a pull request (sorry if we have missed somebody):