Skip to content

Commit

Permalink
replaced paths with placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTik committed Nov 27, 2023
1 parent 292c5e9 commit 57c04f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#SBATCH --gres=gpu:1
#SBATCH --mem=240gb
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user={MAIL_USER}
#SBATCH -p v100
#SBATCH -o /home/feczk001/shared/projects/segpipeline_testing/Barry_test/cbaw-test/logs/%A_cbaw.out
#SBATCH -e /home/feczk001/shared/projects/segpipeline_testing/Barry_test/cbaw-test/logs/%A_cbaw.err
#SBATCH -o /path/to/logs/%A_cabinet.out
#SBATCH -e /path/to/logs/%A_cabinet.err
#SBATCH -J cabinet
#SBATCH -A feczk001
#SBATCH -A {ACCOUNT}

module load singularity
module load python
Expand Down

0 comments on commit 57c04f9

Please sign in to comment.