Versions Compared

Key

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

Dostupne verzije i pripadajući moduli:

VerzijaModul
5.7.0bioinfo/TransDecoder/5.7.0


Korištenje:

Primjer je skinut sa: https://github.com/TransDecoder/TransDecoder/tree/master/sample_data/simple_transcriptome_target

Code Block
languagebash
titleLongOrfs.sge
#!/bin/sh
#$ -N makedborfs
#$ -pe *mpisingle 2
#$ -cwd

module load bioinfo/TransDecoder/5.7.0

TransDecoder.LongOrfs -t Trinity.fasta

...

Code Block
languagebash
titlePredict.sge
#!/bin/sh
#$ -N makedbpredict
#$ -pe *mpisingle 2
#$ -cwd

module load bioinfo/TransDecoder/5.7.0

TransDecoder.Predict -t Trinity.fasta

...