Skip to content

Commit 89419bb

Browse files
authored
Merge branch 'master' into seqera-compute-env-id
2 parents ece68a9 + 784a143 commit 89419bb

File tree

317 files changed

+25210
-4066
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+25210
-4066
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java_version: [17, 24]
28+
java_version: [17, 25]
2929

3030
steps:
3131
- name: Checkout
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
java_version: [17, 24]
119+
java_version: [17, 25]
120120
test_mode: ["test_integration", "test_parser_v2", "test_docs", "test_aws", "test_azure", "test_google", "test_wave"]
121121
steps:
122122
- name: Checkout

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ plugins-prod
4444
/test-sched
4545
/test-module
4646
/results
47-
/x/*
47+
/x/*
48+
mise.toml

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/nextflow-logo-bg-dark.png">
3-
<source media="(prefers-color-scheme: light)" srcset="docs/_static/nextflow-logo-bg-light.png">
4-
<img alt="Nextflow Logo" src="docs/_static/nextflow-logo-bg-light.png">
5-
</picture>
6-
7-
*"Dataflow variables are spectacularly expressive in concurrent programming"*
1+
<h1 align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/nextflow-logo-bg-dark.png">
4+
<source media="(prefers-color-scheme: light)" srcset="docs/_static/nextflow-logo-bg-light.png">
5+
<img width="500" alt="Nextflow" src="docs/_static/nextflow-logo-bg-light.png">
6+
</picture>
7+
</h1>
8+
9+
_"Dataflow variables are spectacularly expressive in concurrent programming"_
810
<br>[Henri E. Bal , Jennifer G. Steiner , Andrew S. Tanenbaum](https://dl.acm.org/doi/abs/10.1145/72551.72552)
911

1012
[![Nextflow CI](https://github.com/nextflow-io/nextflow/workflows/Nextflow%20CI/badge.svg)](https://github.com/nextflow-io/nextflow/actions/workflows/build.yml?query=branch%3Amaster+event%3Apush)
@@ -16,6 +18,16 @@
1618

1719
Nextflow is a workflow system for creating scalable, portable, and reproducible workflows. It is based on the dataflow programming model, which greatly simplifies the writing of parallel and distributed pipelines, allowing you to focus on the flow of data and computation. Nextflow can deploy workflows on a variety of execution platforms, including your local machine, HPC schedulers, AWS Batch, Azure Batch, Google Cloud Batch, and Kubernetes. Additionally, it supports many ways to manage your software dependencies, including Conda, Spack, Docker, Podman, Singularity, and more.
1820

21+
Nextflow is built with ❤️ by [Seqera](https://seqera.io/), the best place to run Nextflow.
22+
23+
<p align="center">
24+
<picture>
25+
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/seqera-logo-light.svg">
26+
<source media="(prefers-color-scheme: light)" srcset="docs/_static/seqera-logo-dark.svg">
27+
<img width="200" alt="Seqera" src="docs/_static/seqera-logo-dark.svg">
28+
</picture>
29+
</p>
30+
1931
## Quick start
2032

2133
Install Nextflow with a single command:
@@ -60,7 +72,7 @@ P. Di Tommaso, et al. Nextflow enables reproducible computational workflows. Nat
6072

6173
## Credits
6274

63-
Nextflow is built on two \*great* open-source software projects, <a href='http://groovy-lang.org' target='_blank'>Groovy</a>
75+
Nextflow is built on two \*great\* open-source software projects, <a href='http://groovy-lang.org' target='_blank'>Groovy</a>
6476
and <a href='http://www.gpars.org/' target='_blank'>GPars</a>.
6577

6678
<a href='http://www.yourkit.com' target='_blank'>YourKit</a> is kindly supporting Nextflow with its fully-featured Java Profiler.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.02.0-edge
1+
26.03.1-edge

0 commit comments

Comments
 (0)