logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nf-core - Create Nextflow Pipelines | Online Free DevTools by Hexmos

Create Nextflow pipelines easily with nf-core. Lint pipeline code, bump software versions, and launch pipelines. Free online tool, no registration required.

nf-core

The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow. More information: https://nf-co.re/docs/nf-core-tools.

  • List existing pipelines on nf-core:

nf-core list

  • Create a new pipeline skeleton:

nf-core create

  • Lint the pipeline code:

nf-core lint {{path/to/directory}}

  • Bump software versions in pipeline recipe:

nf-core bump-version {{path/to/directory}} {{new_version}}

  • Launch an nf-core pipeline:

nf-core launch {{pipeline_name}}

  • Download an nf-core pipeline for offline use:

nf-core download {{pipeline_name}}

See Also