CDC User Guide
September 18, 2025 ยท View on GitHub
Environment Setup
(1) Clone the repository to your local machine:
git clone https://github.com/CDCgov/tostadas.git cd tostadas
(2) Load the Nextflow module:
Initialize the nextflow module by running the following command:
ml nextflow
(3) Ensure that Nextflow is available by running nextflow -v
Expected Output:
nextflow version <CURRENT VERSION>