ExaBayes on XSEDE 1.5 Bayesian Evolutionary Analysis by Sampling Trees - run on XSEDE Aberer, A. J., Kobert, K., and Stamatakis, A. Aberer, A. J., Kobert, K., and Stamatakis, A. (2014) ExaBayes: Massively Parallel Bayesian Tree Inference for the Whole-Genome Era. Molecular Biology and Evolution 31, 2553-2556 Phylogeny / Alignment exabayes_xsede exabayes_15 perl "" 0 number_threads1 2 scheduler.conf perl "jobtype=mpi\\n" . "mpi_processes=$specify_mpiprocesses\\n" . "node_exclusive=1\\n" . "nodes=$specify_numnodes\\n" infile Input File (must be in relaxed Phylip format) perl "-f infile.phy" 5 infile.phy all_results * runtime 1 scheduler.conf Maximum Hours to Run (up to 168 hours) 0.5 The maximum hours to run must be less than 168 perl $runtime > 168.0 The maximum hours to run must be greater than 0.05 perl $runtime < 0.05 perl "runhours=$value\\n" Estimate the maximum time your job will need to run. We recommend testing initially with a < 0.5hr test run because Jobs set for 0.5 h or less depedendably run immediately in the "debug" queue. Once you are sure the configuration is correct, you then increase the time. The reason is that jobs > 0.5 h are submitted to the "normal" queue, where jobs configured for 1 or a few hours times may run sooner than jobs configured for the full 168 hours. specify_mpiprocesses Number of mpi processes specify_numnodes Number of nodes datatype Specify the datatype (required if there is no partitioning) perl !$is_partitioned DNA PROT perl "-m $value" Please select a datatype perl !defined $datatype && !$is_partitioned The job will run on 24 processors as configured. If it runs for the entire configured time, it will consume 24 X $runtime cpu hours perl defined $runtime config_file 12 Select configuration file (optional) pise defined $config_file ? "-c config.nex":"" config.nex This option will help the application determine how to run the job is_partitioned My data set is partitioned 0 nu_partitions How many partitions does your data have? perl $is_partitioned Please enter an integer greater than 1 for the number of partitions. If you have just one partition, please uncheck the box that says "My data set is partitioned" perl $is_partitioned && $nu_partitions < 2 This option will help the application determine how to run the job model_file Select a partition file for the alignment 7 perl (defined $value) ? "-q part.txt":"" part.txt Please select a partition file perl $is_partitioned && !defined $model_file seed_val Enter a seed value here perl "-s $value" 6 Please specify a seed value perl !defined $seed_val num_indanalyses Number of independent analyses perl "-R $value" 6 num_coupledchains Number of coupled chains perl "-C $value" 6 output_name Provide a name for output files (-n) perl (defined $value ) ? "-n $value":"" 12 Please enter a name for the output files perl !defined $output_name mode_type Select the memory mode 0 1 2 3 perl (defined $value ) ? "-M $value":"" 13