diff --git a/PTL1/Transcriptomes/Scripts/wrapper_submit.sh b/PTL1/Transcriptomes/Scripts/wrapper_submit.sh index 5af0a7c..ea68328 100644 --- a/PTL1/Transcriptomes/Scripts/wrapper_submit.sh +++ b/PTL1/Transcriptomes/Scripts/wrapper_submit.sh @@ -6,7 +6,7 @@ ## needs and restrictions, followed by some example commands taken from the GitHub Wiki, more detail for which can be found ## here: https://github.com/Katzlab/EukPhylo/wiki/EukPhylo-Part-1:-GF-assignment -############### FOR SMITH GRID HPC ############### +############### FOR SMITH GRID HPC ############### (DELETE section if not applicable): ## Slurm specific code #SBATCH --job-name=EukPhylo #SBATCH --output=EukPhylo.%j.out # Stdout (%j expands to jobId) @@ -24,7 +24,7 @@ module load BLAST+/2.12.0-gompi-2021b module load DIAMOND/2.0.13-GCC-11.2.0 module load VSEARCH/2.22.1-GCC-11.3.0 -############### FOR UMASS UNITY HPC ############### +############### FOR UMASS UNITY HPC ############### (DELETE section if not applicable): ## Slurm specific code #SBATCH --job-name=EukPhylo #SBATCH --output=EukPhylo.%j.out # Stdout (%j expands to jobId)