Skip to content

Commit

Permalink
Add bash script to run the project as a whole
Browse files Browse the repository at this point in the history
  • Loading branch information
zuberek committed Nov 23, 2023
1 parent 1e70fa2 commit 450d699
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_external.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd scripts
python external.py wave1 wave3
python external.py wave3 wave3
python external.py wave4 wave3
python external.py downsyndrome wave3
4 changes: 4 additions & 0 deletions run_wave3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cd scripts
python preprocessing.py wave3
python site_modelling.py wave3
python person_modelling.py wave3

0 comments on commit 450d699

Please sign in to comment.