nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

A DSL for data-driven computational pipelines

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

Closes #2734 I was able to successfully resume a pipeline on AWS Batch with an S3 file that contains spaces in the filename. I just upgraded kryo to 5.4.0 --...

cache-breaking

## Bug report ### Expected behavior and actual behavior Changes to objects passed as input should trigger new runs when using `-resume`. When changing an object's structure, e.g. putting it...

bug
lang/processes

## Bug report This is a weird one ... ### Expected behavior and actual behavior When taking a list input in a workflow and creating a channel from it, list...

bug

## Bug report I get the error message: `Project xxx currently is sticked on revision: yyy -- you need to specify explicitly a revision with the option `-r` to use...

pinned
software/git

## Bug report DAG output does not include channel name for multiMap. Root node is defined by: ```groovy chowlkDiagrams = Channel.fromPath(params.sourceDir + '/*.xml') .multiMap { it -> toTtl: toPng: it...

If the Azure region was invalid (i.e. useast vs eastus) Nextflow would still check for regions. This PR checks for the existence of a region before checking for available VMs....

executor/azure-batch

### Discussed in https://github.com/nextflow-io/nextflow/discussions/3919 Originally posted by **glormph** May 5, 2023 Hi, I have tried and failed to use `tap` in DSL2 with pipes: ``` ch1 | SomeProcess | tap...

bug
lang/operators