Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slurm_example_scripts/02_trimmer.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module purge
#CHANGE THIS IF NOT ON UNITY
module load uri/main bio/Biopython/1.79-intel-2022a
module load FastQC/0.11.9-Java-11
module load bbmap/38.63
module load bbmap/39.01

P=$SLURM_JOB_CPUS_PER_NODE

Expand Down
2 changes: 1 addition & 1 deletion slurm_example_scripts/03_subset.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module purge
#CHANGE THIS IF NOT ON UNITY
module load uri/main bio/Biopython/1.79-intel-2022a
module load FastQC/0.11.9-Java-11
module load bbmap/38.63
module load bbmap/39.01

GENOME=1000000000 #CHANGE THIS to the approximate size of your genome
DIR=../../SISRS_Small_test #CHANGE this to your analysis folder
Expand Down
2 changes: 1 addition & 1 deletion slurm_example_scripts/05_setup2.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module purge

#CHANGE THIS IF NOT ON UNITY
module load uri/main bio/Biopython/1.79-intel-2022a
module load bbmap/38.63
module load bbmap/39.01
module load bio/SAMtools/1.14-GCC-11.2.0
module load bio/Bowtie2/2.4.5-GCC-11.3.0

Expand Down