Skip to content

Commit

Permalink
correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 5, 2023
1 parent 0bb17ba commit 397962b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ echo "# ==================================="
echo "# start cloudmask"
echo "# ==================================="

singularity exec --nv ${CONTAINERDIR}/cloudmask.sif bash -c "cd ${TARGET} ; python cloudmask_v0.5.py --config=config.yaml"
singularity exec --nv ${CONTAINERDIR}/cloudmask.sif bash -c "cd ${TARGET}/project/{ee.identifier} ; python cloudmask_v0.5.py --config=config.yaml"

PROGRESS "running" 99

Expand Down

0 comments on commit 397962b

Please sign in to comment.