Versions Compared

Key

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


VerzijaModul
1.0.3bioinfo/transrate/1.0.3

Korištenje

Code Block
languagebash
titlePrimjer
#!/bin/bash
#$ -N transrate_test
#$ -cwd
#$ -pe *mpisingle 6

module load bioinfo/transrate/1.0.3

transrate --assembly test_contig_nc3.fa --reference test_reference_nc1.fa --threads $NSLOTS


Instalacija

  • Potrebno je skompajlati i dodati libove za boost 1.60.0
  • Potrebno je ručno downgradeat snap-aligner na 1.0dev96
Code Block
languagebash
source /apps/mambaforge/mamba/bin/activate
mamba create -p /apps/virtenv/transrate/1.0.3 python=3.8
mamba activate /apps/virtenv/transrate/1.0.3
mamba install -c bioconda transrate
mamba install -c biocore blast-plus

...