nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

A DSL for data-driven computational pipelines

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

## Bug report ### Expected behavior and actual behavior I'd like to be able to stage a directory from S3 as input to task, but am getting a java.lang.UnsupportedOperationException error...

## Bug report The semantics of these two operators are poorly documented and counter intuitive. From the documentation its not clear what the different between `.collect()` and `.toList()`, as the...

kind/docs
lang/operators

Spawned from the language improvements mega-discussion (#3107). The `file()` method can be used to load a single file or multiple files using a glob string, which means this function can...

kind/enhancement

## Usage scenario I'd like to be able to return a tuple with optional elements. For example, by defining the output as `tuple val(id), path("output.txt"), path("output2.txt" optional: true)`, I'd like...

lang/processes

Spawned from the language improvements mega-discussion (#3107). Operators that combine or group channels based on an index (i.e. `by` option) currently only support integer indices. They should also support string...

lang/operators

## Bug report ### Expected behavior and actual behavior I don't know if this is a bug or just a huge gotcha. Either way, I've been affected by it multiple...

kind/docs
lang/operators

To reduce the footprint of larger workflows it's very useful if temporary files (which are marked as such) could be **automatically** deleted once they are not used anymore. Yes, this...

pinned
lang/processes

Dear nextflow developers As stated in issue (https://github.com/nextflow-io/nextflow/issues/2564) opened by @cnexcale, we are interested in using nextflow in combination with the nextflow feature that allows us to use OpenStack S3...

platform/ignite
storage/aws-s3

## New feature I'm not sure whether to classify this as a feature request or bug. The issue is that `params` configuration from custom configs (`-c`) appears to be read...

## Bug report I am using the pattern shown in https://nextflow-io.github.io/patterns/index.html#_process_all_outputs_altogether to merge files generated by an upstream process. In some cases this process only generates one file. The pattern...

lang/processes