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

When running a CentOS container on a Debian based virtual machine on Azure (default), an error was thrown while mounting the certificates. This was because we tried to add them...

executor/azure-batch

This PR will provide config option to add labels to the container image build by wave

software/wave

This PR aims to make default settings configurable via the nextflow configuration file. The primary goal is to allow the control the defaults of `publishDir` directive. It can be extend...

This PR is an exploration intended to add support for static types for process inputs and outputs. TODO: - [x] refactor runtime classes to be independent of DSL - [x]...

See https://github.com/nextflow-io/nextflow/pull/4493#discussion_r1397589519 I don't really like this particular example because it is probably an anti-pattern, i.e. many tools are designed to stream the input data so that they don't have...

docs
lang/processes

## New feature Support specifying a disk image for additional disk when using Google Batch. This would be useful in many cases but particularly with large reference files which can...

executor/google-batch

# Description Adds the `checksum` option to the file method that allows to verify that a downloaded file at the stage directory is valid. **Notes**: - this is only verified...