Versions Compared

Key

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

Dostupne verzije i pripadajući moduli:

VerzijaModul
2.0.12bioinfo/tRNAscan-SE/2.0.12


Korištenje


Code Block
languagebash
#!/bin/sh

#$ -N tRNAscan-SE
#$ -cwd
#$ -pe *mpisingle 8

module load bioinfo/tRNAscan-SE/2.0.12

tRNAscan-SE Example1.fa --threads $NSLOTS

...