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

## Bug report Nextflow does not respect the process.machineType, process.cpu, or process.memory specified in the process section of config in Google Batch, always creates n2d-standard-2 to run the process. ###...

executor/google-batch

## Bug report This is not a bug report per se. It is mainly a request to add more docs about the GroupKey object. ### Expected behavior and actual behavior...

lang/operators

## Bug report Nextflow build with dependencies (`nextflow-*-all`) fails when `which` is not installed, but reported message points to issues with dependency download. ### Expected behavior and actual behavior Error...

bug

Close #4104 and #4637 I would prefer to be aggressive here and unwrap the group key by default because it will almost always be the desired behavior. But I will...

lang/operators

## Bug report (Please follow this template replacing the text between parentheses with the requested information) ``` The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit...

software/java
error-improvements

## Bug report This is a small thing, but the error messages from multiline error messages are not aligned correctly when printed. ### Expected behavior and actual behavior The expectation...

bug

## Improvement Currently, the Nextflow `publishDir` [directive](https://www.nextflow.io/docs/latest/process.html#publishdir) allows users to publish workflow files into a specific folder in cloud storage and (for Amazon S3 only _as of writing_) associate custom...

storage/azure
storage/gcp

### Summary Nextflow relies on built-in integration with Git to pull and run a workflow. When the user specifies the Git repository URL on then run command line, Nextflow carry...

priority
software/git

CAPSULE EXCEPTION: Error resolving dependencies. while processing attribute Allow-Snapshots: false (for stack trace, run with -Dcapsule.log=verbose) Unable to initialize nextflow environment

software/java

## Bug report ### Expected behavior and actual behavior Given the order of priority of configuration sources (as documented [here](https://www.nextflow.io/docs/edge/config.html#configuration-file)), a parameter defined in a config file provided using the...

lang/config