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

Fixed some typos in the `executor.retry.*` config docs, and some general language improvements to that section.

kind/docs

The following settings control the retry policy that Nextflow uses when calling the Azure Batch API: - Considerations re: how often a job status is checked (i.e Azure jobs being...

kind/docs

## New feature Hi, it would be nice to have a `decompress` and `compress` parameter for the `collectFile` operator like for the splitX operators. ## Usage scenario Collect compressed files...

lang/operators

I would like the option to ignore any `conda` directive with `nextflow run -stub .`. I want rapid feedback on the plumbing and data flow of my pipelines, and don't...

env/conda

## New feature Hi, Recent builds (22.x and higher) of the [official nextflow image](https://hub.docker.com/r/nextflow/nextflow/tags) are only built for the arm64 architecture. Would it be possible to additionally provide builds for...

Hi NextFlow devs/community, I'm running into an error when I try to clean my working directories (running on Microsoft Azure). Specifically, in my `nextflow.config`, I have (as the last line)...

kind/bug
platform/aws-batch
storage/aws-s3
storage/azure
platform/azure-batch

## Bug report Re-rerunning pipeline several times with option -resume causing that some tasks are processed again. For example the pipeline is finished, then I change something in the LAST...

lang/operators

We maintain in `profileStack` a list of sections visited but we were checking if the property requested was only into the scope of the current stack instead to check if...

lang/config

Allow a new syntax in the `label` directive in key-value format ``` label k: 'value' label b: "${params.user}" ``` when this syntax is used we store them in a new...

Hi! I'm having issues with Nextflow staging symlinks. Is there a way to remove disallow Nextflow to follow the input symlinks and treat them as files? In the institute we...