Versions Compared

Key

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

...

Primjer je preuzet sa: https://github.com/soedinglab/MMseqs2

Code Block
languagebash
themeMidnight
titlemmseqs-easy search
#!/bin/bash

#PBS -q cpu
#PBS -N mmseqs-test
#PBS -l select=1:ncpus=16

cd $PBS_O_WORKDIR

module load scientific/MMseqs2/14-7e284

mmseqs easy-search QUERY.fasta DB.fasta alnRes.m8 tmp --threads $NCPUS

...

  • $NR
  • $NT
  • $swissprot
  • $Uniref50
  • $Uniref90


Code Block
languagebash
themeMidnight
titlemmseqs-easy search with DB
#!/bin/bash

#PBS -q cpu
#PBS -N mmseqs-test-DB
#PBS -l select1:ncpus16

cd $PBS_O_WORKDIR

module load scientific/MMseqs2/14-7e284

mmseqs easy-search QUERY.fasta $NR alnRes.m8 tmp

...