Update wrapper_submit.sh

This commit is contained in:
Adri K. Grow 2025-08-25 17:20:21 -04:00 committed by GitHub
parent 12870b2007
commit f17b43ffc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
## needs and restrictions, followed by some example commands taken from the GitHub Wiki, more detail for which can be found ## 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 ## 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 ## Slurm specific code
#SBATCH --job-name=EukPhylo #SBATCH --job-name=EukPhylo
#SBATCH --output=EukPhylo.%j.out # Stdout (%j expands to jobId) #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 DIAMOND/2.0.13-GCC-11.2.0
module load VSEARCH/2.22.1-GCC-11.3.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 ## Slurm specific code
#SBATCH --job-name=EukPhylo #SBATCH --job-name=EukPhylo
#SBATCH --output=EukPhylo.%j.out # Stdout (%j expands to jobId) #SBATCH --output=EukPhylo.%j.out # Stdout (%j expands to jobId)