Skip to content

Commit

Permalink
cleaned up jobfile
Browse files Browse the repository at this point in the history
jacobe90 committed Jun 17, 2024
1 parent 9c11fa4 commit cee83fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jobfiles/isolation_trees_job.qsub
Original file line number Diff line number Diff line change
@@ -27,4 +27,10 @@ echo "Job name : $JOB_NAME"
echo "Job ID : $JOB_ID $SGE_TASK_ID"
echo "=========================================================="

# convert a notebook to a python script and run
module load miniconda/23.11.0 && cd /rprojectnb/sparkpit/pit-seasonwatch && conda activate seasonwatch-ml && jupyter nbconvert --to script NOTEBOOK_NAME.ipynb && python NOTEBOOK_NAME.py

# or...

# run a python file
module load miniconda/23.11.0 && cd /rprojectnb/sparkpit/pit-seasonwatch && conda activate seasonwatch-ml && python SCRIPTNAME.py

0 comments on commit cee83fd

Please sign in to comment.