Skip to content

Commit 945983d

Browse files
Update index page (#5869)
--------- Signed-off-by: Christopher Hakkaart <chris.hakkaart@seqera.io>
1 parent 130a9c8 commit 945983d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

docs/index.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,30 @@
1111
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?colorB=58bd9f&style=popout)](http://bioconda.github.io/recipes/nextflow/README.html)
1212
[![Nextflow license](https://img.shields.io/github/license/nextflow-io/nextflow.svg?colorB=58bd9f&style=popout)](https://github.com/nextflow-io/nextflow/blob/master/COPYING)
1313

14-
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, and allows 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.
14+
Nextflow is a workflow system for creating scalable, portable, and reproducible workflows. It uses a dataflow programming model that simplifies writing parallel and distributed pipelines by allowing you to focus on data flow and computation. Nextflow can deploy workflows on a variety of execution platforms, including your local machine, HPC schedulers, and cloud. Additionally, Nextflow supports a range of compute environments, software container runtimes, and package managers, allowing workflows to be executed in reproducible and isolated environments.
1515

1616
## Get started
1717

18-
- See an {ref}`overview <overview-page>` of Nextflow and its key concepts.
19-
- Get started by {ref}`installing <install-page>` Nextflow, setting up a {ref}`development environment <devenv-page>` with the {ref}`Nextflow VS Code extension <devenv-nextflow>`, and running {ref}`your first script <your-first-script>`.
20-
- Check out [Nextflow Training](https://training.nextflow.io/) for learning resources and Nextflow tutorials.
18+
To get started with Nextflow:
19+
20+
1. See the Nextflow {ref}`overview <overview-page>` to learn key concepts.
21+
2. Download and {ref}`install <install-page>` Nextflow.
22+
3. Set up an {ref}`environment <devenv-page>` with the {ref}`Nextflow VS Code extension <devenv-nextflow>`.
23+
4. Run {ref}`your first script <your-first-script>`.
24+
25+
To continue learning about Nextflow, visit the [Nextflow community training portal](https://training.nextflow.io/latest/) and find a training course that is right for you. Seqera, the company that develops Nextflow, also runs a variety of training events. See [Seqera Events](https://seqera.io/events/) for more information.
2126

2227
## Community
2328

24-
You can post questions and get help in the [Nextflow community forum](https://community.seqera.io) or the [Nextflow Slack](https://www.nextflow.io/slack-invite.html). Bugs and feature requests should be reported as [GitHub issues](https://github.com/nextflow-io/nextflow/issues/new/choose).
29+
You can post questions in the [Nextflow community forum](https://community.seqera.io) or the [Nextflow Slack](https://www.nextflow.io/slack-invite.html). Bugs and feature requests should be reported as [GitHub issues](https://github.com/nextflow-io/nextflow/issues/new/choose).
2530

26-
The Nextflow community is highly active with regular community meetings, events, a podcast, and more. You can view much of this material on the [Nextflow](https://www.youtube.com/@Nextflow) and [nf-core](https://www.youtube.com/@nf-core) YouTube channels.
31+
The Nextflow community is highly active with regular community meetings, events, a podcast, and more. You can view this material on the [Nextflow](https://www.youtube.com/@Nextflow) YouTube channel.
2732

28-
The [nf-core](https://nf-co.re/) project is a community effort aggregating high quality Nextflow workflows which can be used by everyone.
33+
The [nf-core](https://nf-co.re/) project is a community effort aggregating high-quality Nextflow workflows that can be used by everyone.
2934

3035
## Contributing
3136

32-
Contributions are more than welcome. See the {ref}`Contributing <contributing-page>` page for more details.
37+
Contributions to Nextflow are welcome. See {ref}`Contributing <contributing-page>` for more details.
3338

3439
## License
3540

0 commit comments

Comments
 (0)