Lesson 11 Practice
In this session, participants will practice making bigWig files from the HBR-UHR alignment results.
As always, be sure to be signed on to Biowulf for this set of exercises.
Change into the /data/user/hbr_uhr_b4b
folder.
If not done already, request an interactive session with 12gb of RAM and 10gb of local temporary storage space.
Load bedtools
.
Create bedGraph
files from the HBR-UHR alignment results. Stay in /data/user/hbr_uhr_b4b
and recall that these are RNA sequencing data. Write the bedGraph
files to the folder hbr_uhr_hisat2
.
Solution
Next, index the chromosome 22 reference genome stored in the folder references
with file name 22.fa
. Which module is needed?
Create bigWig
files from the HBR-UHR bedGraph
files. Which module needs to be loaded to do this? Stay in /data/user/hbr_uhr_b4b
for this exercise.