Submit a job and monitor queues
submit a job
to submit a shell which contains are the needed flags in the file.
sbatch spades.sh
Show information on the queues:
smap squeue (show the queue) squeue –p bigmem (show the queue for big mem) sview
Interactive mode (like qrsh):
srun --pty bash -p bigmem (Bioinf user : use the bigmem q)