Versions Compared

Key

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

Dostupne verzije i moduli

VerzijaModul
0.2bioinfo/FaNDOM/0.2


Korištenje

  • Primjer : https://github.com/jluebeck/FaNDOM
Code Block
languagebash
#!/bin/bash

#$ -N fndm 
#$ -cwd
#$ -pe *mpisingle 10
 

module load bioinfo/FaNDOM/0.2

FaNDOM -t=$NSLOTS -r=test_data/reference.cmap -q=test_data/query.cmap -sname=test_data/res -outfmt=xmap

  • Korištenje python skripti
Code Block
languagebash
#!/bin/bash

#$ -N fndm-py 
#$ -cwd
#$ -pe *mpisingle 2
 

module load bioinfo/FaNDOM/0.2

python $PYSCRIPTS/wrapper_contigs.py -f $PWD -t $NSLOTS -r test_data/reference.cmap -q test_data/query.cmap -n res -o $PWD/test_data -c 19 -m 1

...