Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VerzijaModul
v4bioinfo/BLASTDB/v4
v5bioinfo/BLASTDB/v5

Primjer korištenja


Code Block
languagebash
titleprogram.sge
module load bioinfo/NCBI-BLAST++/2.10.0
blastp -help

...

Code Block
languagebash
titleblast.sge
#!/bin/bash
#$ -N blast
#$ -cwd
#$ -pe *mpi 8
#$ -l exclusive=1

module load bioinfo/NCBI-BLAST++/2.10.0
blastp -db $BLASTDB/nr -query seq.fasta -num_threads $NSLOTS -out seq.out


Code Block
qsub blast.sge

Instalacija

Prevođenje - verzija 2.10.0:

...