You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#SBATCH --ntasks 30 # request 30 cores for the job. N.B. check whether the fastq-dump can parallelise, else this is redundant and you should set to "1"
#SBATCH --nodes 1 # restrict the job to a single node. Necessary if requesting more than --ntasks=1
#SBATCH --time 2-0 # this requests 2 days
#SBATCH --mail-type ALL
set -e
module purge;
module load bluebear
# Move to directory containing clean reads
cd ../data/6_rrna_filtered
# Ensure trinity image is contained within 6_rrna_filtered folder