Submit a job and monitor queues

From wiki
Jump to: navigation, search

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)