2. Analysis
Running Analysis workflow¶
- Initialization has been complete (see Getting Started for details)
- Change working directory to the analysis pipeline directory
- Run analysis workflow
- There are several subworkflows that are available to the user. These include:
DOWNLOAD
: Downloads analysis files for processing directly fromBASESPACE
BATCH
: Creates sample batches dependent on project size and input from config_pipeline.yamlANALYZE
: Processes batches individually, including:- Downloads raw data (FASTA) and quality control files from
BASESPACE
- Submits batch to
staphb-wf cecret
workflow - Transforms results into batch level analysis and quality control reports
- Downloads raw data (FASTA) and quality control files from
REPORT
: Merges batch outputs into final analysis and quality control reportsCLEAN
: Removes intermediate files, and working directoriesALL
: Runs all of the above steps, sequentially
- There are several subworkflows that are available to the user. These include:
#1 change to the working directory
cd SARS_CoV_2_Workflow
#2A run workflow command: sarscov2
bash run_analysis_pipeline.sh -p sarscov2 -n name_of_project
#2B run workflow command: sarscov2; subworkflow DOWNLOAD
bash run_analysis_pipeline.sh -p sarscov2 -n name_of_project -s DOWNLOAD
Last update: 2023-11-15