GenomicsAotearoa / metagenomics_summer_school

Course materials for the Genomics Aotearoa Metagenomics Summer School, to be hosted at the University of Auckland in Septermber
https://genomicsaotearoa.github.io/metagenomics_summer_school/
GNU General Public License v3.0
51 stars 30 forks source link

Find and replace all Slurm variables from their abbreviated format to expanded #27

Closed DininduSenanayake closed 1 year ago

DininduSenanayake commented 2 years ago

Using the abbreviated format of Slurm variables such as #SBATCH -A, #SBATCH -J was not ideal as it doesn't represent the correct definition for new Slurm users. Plus the scripts have a mixture of short and long format which is a bit confusing and inconsistent. Therefore, use the expanded/long version on all of the templates. .i.e. Replace -A with --account,etc.