Submitting Alignment Script (L11)
Class Exercise 1: Script submission for aligning with HISAT2
Before we begin, we will submit the following script, which will map and align FASTQ files to the provided reference genome using the HISAT2 aligner. By the end of the lecture, it will be clear why this aligner was chosen. The script will run for approximately 40 minutes to run. We will most likely review the results together during the next class.
Instructions:
-
Make a copy of the following folder located here:
/gpfs1/cl/mmg3320/course_materials/HISAT2_example
-
Check to see that your file sizes are correct.
total 2.1G -rwxr-xr-x 1 pdrodrig pi-jdragon 1.4K Feb 19 08:56 hisat2_align.sh -rwxr-xr-x 1 pdrodrig pi-jdragon 1010M Feb 19 08:56 SRR13423162.fastq.gz -rwxr-xr-x 1 pdrodrig pi-jdragon 1.1G Feb 19 08:56 SRR13423165.fastq.gz
-
Submit the
hisat2_align.sh
using the SLURM job submission system. -
Check to see that your job is running with the
squeue -u your-net-id
command. You will see the following:JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 60223 general align_CD pdrodrig R 0:08 1 node200
