Skip to content

Instantly share code, notes, and snippets.

@jeetsukumaran
Created January 21, 2010 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeetsukumaran/282633 to your computer and use it in GitHub Desktop.
Save jeetsukumaran/282633 to your computer and use it in GitHub Desktop.
Phylogenetic Analysis: Multi-Processor RAxML Partitioned Maximum Likelihood Under SGE

Phylogenetic Analysis: Multi-Processor RAxML Partitioned Maximum Likelihood Under SGE

Model File (model.txt)

DNA, cr = 1-732
DNA, cytb = 733-1846
DNA, struct = 1847-2716

SGE Job Script

# /bin/sh
#$ -cwd
#$ -V
#$ -q "general.q"
#$ -pe mpi_general 8
#$ -l h_vmem=1G
#$ -l vf=1G
/opt/openmpi/bin/mpirun -np 8  /home/jeet/Environment/local/bin/raxmlHPC-MPI -# 256 -m GTRMIX -q model.txt -n pythonidae-mle -s pythonidae.phylip.dat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment