Skip to content

Commit 2901ca6

Browse files
committed
added async option on HPC analysis
1 parent 3c0f076 commit 2901ca6

4 files changed

Lines changed: 1181 additions & 848 deletions

File tree

docs/HPC_GUIDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ python3 -m venv ~/css_env
1515
source ~/css_env/bin/activate
1616
pip install numpy scipy matplotlib joblib
1717
18+
# To do a dry run for testing the entire environment
19+
20+
python3 pp_analysis.py --mode full --dry-run
21+
1822
# To submit a job
1923
2024
sbatch run_analysis.sh

0 commit comments

Comments
 (0)