System Grab Bag

View all TLDR pages from common (or from all pages)

nf-core

The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow. More information: https://nf-co.re/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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.