Versions Compared

Key

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

...

Code Block
languagebash
titlePrimjer korištenja: mothur-teran.sge
#!/bin/bash

#$ -cwd
#$ -pe p28-mpisingle*mpi 16

# load program environment
module load mothur/1.48.0

# run the program
mothur "#make.contigs(file=stability.files, processors=16)"

...