From 692eabc6adf14481f0e84ca2603e16b3bb12902c Mon Sep 17 00:00:00 2001 From: "Adri K. Grow" <42044618+adriannagrow@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:20:28 -0400 Subject: [PATCH] Update run_eukphylo.sh --- PTL2/run_eukphylo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PTL2/run_eukphylo.sh b/PTL2/run_eukphylo.sh index d78006a..db6aaa0 100644 --- a/PTL2/run_eukphylo.sh +++ b/PTL2/run_eukphylo.sh @@ -9,7 +9,7 @@ ## SLURM-SPECIFIC SETUP BELOW -############# UMass HPC (Unity) requirements below ##################### (DELETE section if not applicable): +############### FOR UMASS UNITY HPC ############### (DELETE section if not applicable): #SBATCH --job-name=EukPhylo #SBATCH -n 10 # Number of Cores per Task #SBATCH --mem=125G # Requested Memory @@ -26,7 +26,7 @@ module load mafft/7.505 module load diamond/2.1.7 conda activate /work/pi_lkatz_smith_edu/Conda_PTL6p2/envs/PTL/ -############# Smith HPC (Grid) requirements below ##################### (DELETE section if not applicable): +############### FOR SMITH GRID HPC ############### (DELETE section if not applicable): #SBATCH --job-name=EukPhylo # Job name #SBATCH --output=Run_EukPhylo.%j.out # Stdout (%j expands to jobId) #SBATCH --nodes=1 @@ -49,7 +49,7 @@ module load Guidance_mid #Smith College HPC specific export PATH=$PATH:/beegfs/fast/katzlab/grid_phylotol_setup/programs/standard-RAxML-master #Smith College HPC specific #export PATH=$PATH:/Path/To/Executable/Files -## Provide your parent path +## PROVIDE YOUR PARENT PATH parent='/Your/Home/Folder/' # The folder where you are running EukPhylo (this should contain the Scripts and input data folders) ## EXAMPLE RUN COMMANDS BELOW