nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

A DSL for data-driven computational pipelines

Results 407 nextflow issues
Sort by recently updated
recently updated
newest added

Related to customer ticket: https://support.seqera.io/helpdesk/tickets/3774 An alternative would be to simply log a warning and return 1 cpu if the cpus value is negative.

error-improvements

Close #3129 - Call workflow complete handler on all workflow errors, including session `abort()` (as well as other shutdown callbacks and observers) - Add `log` to complete/error handler context so...

At the moment, if publishing a file fails because of permissions, Nextflow will return an error indicating the Access Denied exception, but will not indicate which file was the problem....

error-improvements

Close #2248 It's very close, but the only problem is that the workflow doesn't terminate. The log reaches the message `Execution complete -- Goodbye` at the very end, but then...

lang/operators

Close #4200 Adds a helper method to check a config scope for invalid options. Since config options are defined in a dynamic and distributed manner, this approach allows them to...

lang/config
error-improvements

Makes the `dump` operator behave like an actual operator (i.e. chainable) by moving it to `OperatorImpl`.

lang/operators

Close #3337 Currently includes: - [x] Docker - [x] Podman - [x] Wave debug command - [ ] AWS Batch Not sure yet what's needed for Singularity, but there is...

storage/fusion