Login to the HPC
ssh lscapozi@login.hpc.ncsu.edu
Change the working directory to a login node
cd /share/bitcpt/Fall2022/lscapozi
Create the following directories within the Portfolio directory
cd Portfolio
mkdir AlignedToTranscriptome
mkdir fastqc
mkdir salmon_align_quant
mkdir starindices
mkdir starOutputfiles
mkdir transcriptome
List out the directory to make sure these directories were all created
ll
Use the "tree" function to visualize the directories
tree