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

This PR adds the support Java 22

## New feature It would be nice to have a special error class or function for pipeline-level errors or warnings, that help distinguish pipeline-defined (conditional) errors versus Nextflow level errors...

Close #4935 - Allow `clusterOptions` to be a string or string list - Each list element is written to a separate line when required by the executor, otherwise the list...

executor/lsf

## Bug report ### Expected behavior and actual behavior Hi Nextflow team, I expected that the order in which 'includeConfig' and 'profiles' are declared in nextflow.config would have no effect...

lang/config

## Bug report Using storeDir makes the pipeline crash complaining that the required output file is not there any more. ### Expected behavior and actual behavior In past storeDir was...

## New feature Allow Azure Batch VMs to be authenticated with User Assigned Managed Identity when the pool is correctly configured. This will prevent to leak secrets into nextflow configuration...

executor/azure-batch

## New feature: `filterMap` operator Nextflow currently supports both the `filter` and `map` operators against a queue channel. It is very common to combine these, so it may be useful...

lang/operators

Close #4329 This PR changes the plugin system to not download plugins in offline mode (`NXF_OFFLINE`). Instead, Nextflow will search the plugins directory for the latest plugin version and use...

plugins

## New feature We would like to implement some required config for our whole cluster. This would include required tracer plugins and default executors etc. nf-core provides this through the...

This PR fixes a bug with the tap operator which causes it to hang forever when given a value channel. I also removed the IntoOp class as it is essentially...

lang/operators