NEXtflow's Ultimate Streamliner
A command-line interface (CLI) for running bioinformatics workflows written in Nextflow.
Documentation: https://pirl-unc.github.io/nexus/
Download the latest stable release here.
conda create -n nexus python=3.10
conda activate nexus
conda install bioconda::nextflow==24.10.0
pip install nexus-<version>.tar.gz --verbose- Python (>=3.10)
- Nextflow (>=24.10.0)
- PyYAML
nexus availnexus run --nf-workflow <WORKFLOW.nf> [workflow-specific parameters]nexus run --nf-workflow <WORKFLOW.nf> --helpLicensed under the Apache License, Version 2.0.