Versions Compared

Key

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

...

VerzijaModulSupekPadobran
2.14.1scientific/NCBI-BLAST+/2.14.1(error) (tick) 

  

Službena dokumentacija

Primjer korištenja

Code Block
languagebash
themeMidnight
titlencbi-basic
#!/bin/bash

#PBS -N ncbi-ex
#PBS -l ncpus=32

cd $PBS_O_WORKDIR

module load scientific/NCBI-BLAST+/2.14.1

ncbi-blast+.sh blastp -query cow.1.protein.faa -db human.1.protein.faa -num_threads=$NCPUS -mt_mode=1

...