User Tools

Site Tools


howto:bioinformatics:bowtie

Differences

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

Link to this comparison view

Next revision
Previous revision
howto:bioinformatics:bowtie [2013/11/22 12:27]
dane created
— (current)
Line 1: Line 1:
-====== Running Bowtie ====== 
  
-===== Before you start ===== 
-Before running your scripts remember to run((Note: Make sure the line:<code bash>export MODULEPATH=/opt/gridware/bioinformatics/modules:$MODULEPATH</code>exists in your //~/.profile// file)):<code bash>user@login01:~ $ module add bowtie/1.0.0</code> 
- 
-===== Job script ===== 
-Then your job script called //my_job.msub// will look something like this: 
-<file bash my_job.msub> 
-#/bin/sh 
-#MSUB -l procs=64 
-#MSUB -l feature=dell 
-#MSUB -l walltime=10:00:00 
-#MSUB -m be 
-#MSUB -V 
-#MSUB -o ${HOME}/scratch5/BOWTIE/stdout.txt 
-#MSUB -e ${HOME}/scratch5/BOWTIE/stderr.txt 
-#MSUB -d ${HOME}/scratch5/BOWTIE/ 
-#MSUB -N MyGromacsJob 
-#MSUB -mb 
- 
-NP=`cat ${PBS_NODEFILE} | wc -l` 
- 
-EXE=bowtie 
-ARGS="-s input.tpr -deffnm input.tpr" 
- 
-mpirun -np ${NP} -machinefile ${PBS_NODEFILE} ${EXE} ${ARGS} 
-</file> 
- 
-===== Submit your job ===== 
-Finally submit your job using:<code bash>user@login01:~ $ msub my_job.msub</code> 
- 
-===== Bowtie help ===== 
/app/dokuwiki/data/attic/howto/bioinformatics/bowtie.1385116065.txt.gz · Last modified: 2021/12/09 16:42 (external edit)