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 When using containers specified in the `nextflow.config` file (`withName` section), Nextflow doesn't match them properly in versions `>= 22.03.0-edge`. ### Expected behavior and actual behavior - **EXPECTED**:...

Closes #2264 Alternative solution to #2971 This PR changes the pbspro executor to ignore `cpus` and `memory` directives if `clusterOptions` contains `-l`. That way, you can do something like: ```...

platform/pbspro

Closes #2981 I basically just updated the `set` operator to return the input channel directly, for each channel type it supports. I'm not sure if that's the correct way to...

Closes #773 and #785 This PR adds the ability to specify request/limit values for resource directives (cpus, memory, time, accelerator). In Kubernetes, request/limit values correspond to request and limit in...

executor/k8s

Dear Nextflow maintainers, at MNM Diagnostics, your tool is widely used for genomic analyses. Quite recently, we found out that our Rancher configuration is incompatible with Nextflow; namely, the default...

platform/k8s

## Bug report When using `exit , `, the message is not printed to the screen when it is between process input brackets. ### Expected behavior and actual behavior The...

lang/dsl2

Nextflow is great!, But, it is sometimes quite difficult to debug nextflow errors due to uninformative error messages. Here is one example: ``` nextflow.enable.dsl=2 process wtf { input: val(a) val(b)...

known issue
kind/enhancement

After upgrading to JGit 6.1, the following warn message is reported in the log file. ``` Jun-08 19:01:52.220 [main] WARN org.eclipse.jgit.util.FS - Cannot run program "[?7h/usr/bin/git" (in directory "[?7h/usr/bin"): error=2,...

git-interaction

## Bug report ### Expected behavior and actual behavior Some messages in terminal are printed in stdout instead of stderr. For example, when there is a missing file, the error...