Submit a job and monitor queues
Revision as of 12:27, 6 May 2020 by PeterThorpe (talk | contribs) (Created page with " == 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...")
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)