You are on page 1of 1

#!

/bin/sh
#!/bin/bash

#SBATCH --job-name genus_synthesis


#SBATCH -N 1

#SBATCH --cpus-per-task=8

#SBATCH -p debug
#SBATCH --nodelist=clusternode1

echo "== Starting run at $(date)"


echo "== Job ID: ${SLURM_JOBID}"

genus -files ./template_genus.tcl

You might also like