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

...

Info

TransDecoder nema mogućnost korištenja više dretvi, stoga je dovoljno zauzeti 2.


Instalacija:


Code Block
languagebash
titlemamba
source /apps/mambaforge/mamba/bin/activate
mamba create -p /apps/virtenv/TransDecoder/5.7.0 -c bioconda transdecoder

...