nextflow
nextflow copied to clipboard
A DSL for data-driven computational pipelines
## 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...
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...
## 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...
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...
## 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...
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...
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...
## 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...