Skip to content

Commit

Permalink
changed script path in slurm job
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Jun 19, 2024
1 parent 8be821a commit 454f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/slurm_array_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TEMP_NAMES=($TEMP_NAME1 $TEMP_NAME2 $TEMP_NAME3)
CURRENT_TEMP_NAME=${TEMP_NAMES[$SLURM_ARRAY_TASK_ID]}

# Path to the bash script that builds the template
BUILD_SCRIPT="${ATLAS_DIR}/BlackCap/BlackCap_build_template.sh"
BUILD_SCRIPT="${ATLAS_DIR}/${SPECIES}/scripts/BlackCap_build_template.sh"

# Run the script to build the template
bash $BUILD_SCRIPT --atlas_dir $ATLAS_DIR --species $SPECIES --template_name $CURRENT_TEMP_NAME

0 comments on commit 454f44a

Please sign in to comment.