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 Under certain conditions calling `groupTuple` appears to trigger a null pointer exception. A MRE is linked below. The process to trigger the null pointer exception in this...

kind/bug
lang/operators

Inspired by this [Slack thread](https://nextflow.slack.com/archives/C02T98A23U7/p1655905727166399). The Nextflow docs mention hybrid workflows for [AWS Batch](https://www.nextflow.io/docs/latest/aws.html#hybrid-workloads) and [Google Cloud](https://www.nextflow.io/docs/latest/google.html#hybrid-execution). However it would be good to have a dedicated section on hybrid workloads:...

kind/docs

The [tap](https://www.nextflow.io/docs/latest/operator.html#tap) isn't marked as deprecated, but it depends on `Channel.create()` which is deprecated. I tried the top example with `Channel.empty()` instead but it didn't work, which makes sense because...

kind/docs
lang/operators

This idea has been talked about on a few channels but wanted to formalize it into an issue. I think we're ready to make the Nextflow docs DSL2-first now that...

kind/docs

After working on the Nextflow docs multiple times, I've concluded that RST is a real pain to work with. I've encountered many formatting issues that seem to result from confusion...

kind/docs

## New feature Ability to specify the Compute Engine disk type (pd-standard or local-SSD) found in the new Cloud Life Sciences API (https://cloud.google.com/life-sciences/docs/reference/rpc/google.cloud.lifesciences.v2beta#disk). ## Usage scenario Job's that require a...

platform/google-pipelines
pinned

This PR includes the following changes: - split executor docs into subpages - move AWS / Azure / Google pages into "Cloud Platform" subpages - incorporate Ignite and Kubernetes pages...

kind/docs

This is tentative to update the process section in the docs to DSL2 and remove references to old idioms.

kind/docs

Closes #2986 This PR includes the following changes: - add support for `emptyDir` ephemeral volume mounts in k8s - add support for `disk` directive in k8s via `ephemeral-storage` resource type...

platform/k8s

This commit adds the ability to CPU millis as unit for the `cpus` directive. Target execution platforms should be able to take advantage of this feature, otherwise, it falls back...

platform/k8s