Skip to content

Commit

Permalink
Update job-arrays.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpingmu authored Jul 10, 2024
1 parent b93288e commit 12beae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slurm/job-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Job arrays are easy if the files are named sequentially in the example above. If
#SBATCH --array=1-6 # job array index
#SBATCH --cpus-per-task=1 # Request that ncpus be allocated per process.
module load FastQC/0.11.5
module load fastqc/0.11.9
# get file name
file=`ls *_1.fastq | head -n $SLURM_ARRAY_TASK_ID | tail -n 1`
Expand Down

0 comments on commit 12beae6

Please sign in to comment.