diff --git a/atlas_server/src/static/training/train.job.sh b/atlas_server/src/static/training/train.job.sh index 2249d05d41aee3705ba817213d5fa0f5ae1f400e..2b937bbd6c5d05b85939bc6ac25f282c3be3c069 100644 --- a/atlas_server/src/static/training/train.job.sh +++ b/atlas_server/src/static/training/train.job.sh @@ -25,10 +25,6 @@ INPUT_SPACING=1 OUTPUT_SPACING=16 PREFIX="mask" -which python -ml atlas -which python - # Get path to TIFF images to determine shape IMAGE_PATTERN=$(python -c "from atlas import constants; print(constants.original_path.format(brain=int('${BRAIN}'), slice=1234))") echo "Image pattern: ${IMAGE_PATTERN}" diff --git a/atlas_server/src/static/training/train_predict.job.sh b/atlas_server/src/static/training/train_predict.job.sh index 4c3ea151fe8e87f10711818f3edd98d5bd272676..6983582d4a722d1ed59e78429f2eb942e9422090 100644 --- a/atlas_server/src/static/training/train_predict.job.sh +++ b/atlas_server/src/static/training/train_predict.job.sh @@ -25,10 +25,6 @@ INPUT_SPACING=1 OUTPUT_SPACING=16 PREFIX="mask" -which python -ml atlas -which python - # Get path to TIFF images to determine shape IMAGE_PATTERN=$(python -c "from atlas import constants; print(constants.original_path.format(brain=int('${BRAIN}'), slice=1234))") echo "Image pattern: ${IMAGE_PATTERN}"