Skip to content

Commit

Permalink
Update 04_run_calls.fix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamadrid19 authored Nov 8, 2024
1 parent 6ff791a commit 4a64840
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fst_analysis/04_run_calls.fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
#SBATCH --time=20:00:00
#SBATCH -A lp_svbelleghem

# This variable will store the job array number minus 1, so we can use it to get a sample from the samples list (index
starts at 0)
# This variable will store the job array number minus 1, so we can use it to get a sample from the samples list (index starts at 0)
ID=$((SLURM_ARRAY_TASK_ID -1))

# Load the programs we will use
Expand Down

0 comments on commit 4a64840

Please sign in to comment.