Conda environment
# Initialise conda in your bash environment
conda init bash
# Shorten the environmental path
conda config --set env_prompt '({name})'
Close the session and re-login to let these settings take effect.
# Create a conda environment
conda create -n rnaseq # 'rnaseq' can be any name of your choice
# Activate (go in) the conda environment
conda activate rnaseq
# Install the necessary packages
conda install -c bioconda/label/cf201901 fastqc multiqc star subread gffread