User Tools

Site Tools


using-slurm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
using-slurm [2013/12/02 14:21] aorthusing-slurm [2014/07/17 07:32] aorth
Line 21: Line 21:
 ==== Batch jobs ==== ==== Batch jobs ====
 Request 4 CPUs for a NCBI BLAST+ job in the ''batch'' partition.  Create a file //blast.sbatch//: Request 4 CPUs for a NCBI BLAST+ job in the ''batch'' partition.  Create a file //blast.sbatch//:
-<code>#!/bin/bash+<code>#!/bin/env bash
 #SBATCH -p batch #SBATCH -p batch
 #SBATCH -J blastn #SBATCH -J blastn
Line 33: Line 33:
  
 Submit the script with ''sbatch'': Submit the script with ''sbatch'':
-<code>$ sbatch blastn_test.sh +<code>$ sbatch blast.sbatch 
 Submitted batch job 1082</code> Submitted batch job 1082</code>
  
using-slurm.txt · Last modified: 2022/11/03 11:38 by jean-baka