generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 9
CDC User Guide
Jessica Rowell edited this page Sep 24, 2024
·
7 revisions
git clone https://github.com/CDCgov/tostadas.git
cd tostadas
Initialize the nextflow module by running the following command:
ml nextflow
Expected Output:
nextflow version <CURRENT VERSION>
4. Update the default submissions config file with your NCBI username and password, and run one of the following nextflow commands to execute the scripts with default parameters and the local run environment:
# update this config file (you don't have to use vim)
vim bin/config_files/submission_config.yaml
# for virus reads
nextflow run main.nf -profile test,<singularity/docker/conda> --species virus
The outputs of the pipeline will appear in the test_output
folder within the project directory. You can specify an output directory in the config file or by supplying a path to the --output_dir
flag in your nextflow run
command.