Installation and Resources
Software
Bash Shell For this series, you will need access to the Bash shell. Linux and macOS users will have access to this already and should not need to install anything.
Windows users will need to do some extra work.
- Install
Git for Windows, which will provide acess toBash shellandGitby following the instructions here.
RNA-seq processing workflow
In the final lesson, we will use miniconda to control in installation of several tools. Follow the steps below.
Install miniconda using the appropriate directions from here: https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html
After closing and re-opening the terminal, the
condabase environment should be enabled. To check this, make sure you see(base)to the left of your user name in the terminal prompt.(base) user: $Create a
condaenvironment calledrnaseqwhile installing the needed tools/software – enter “y” when prompted.conda activate base conda create -n rnaseq -c bioconda fastqc trim-galore subread star
Data
Introductory Files These data are zipped and should begin downloading once the link below is clicked.
- Click here to download the data.
- Move the
shell-lesson-data.zipfile from your Downloads to your Desktop. - Unzip the file to extract the data. You should end up with a
shell-lesson-datadirectory on your Desktop.
RNA-seq similated data/files For the last lesson, you will need simulated reads, fasta files, index files, etc.
- Click here to download the data.
- Move the directory to your Desktop if possible.