EPA-NG on XSEDE 0.3.7 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 epa_ng_xsede exabayes_15 perl "" 0 conf_file 2 scheduler.conf perl "ChargeFactor=1.0\\n" . "nodes=1\\n" . "node_exclusive=1\\n" . "threads_per_process=24\\n" infile Input Tree File (must be in fascln format) perl "--tree infile_tree.txt" 5 infile_tree.txt set_outdir perl "--out-dir ./" 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" 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 $num_patterns < 10000 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. ref_file 12 Select ref-msa file pise defined $ref_file ? "--ref-msa ref_msa.txt":"" ref_msa.txt binary_file 12 Select binary file perl !defined $ref_file pise defined $ref_file ? "--binary ref_binary.bin":"" ref_binary.bin query_file 12 Select query file pise defined $query_file ? "--query query.txt":"" query.txt Please select either a text reference file or a binary perl !defined $ref_file && !defined $binary_file Please select a query file perl !defined $query_file raxquery_file 12 Select RAxML info file pise defined $raxquery_file ? "--model model.txt":"" model.txt Please select either a text reference file or a binary perl !defined $ref_file && !defined $binary_file Please select a query file perl !defined $query_file compute_opts Compute Options choose_heuristic Choose your heuristic dyn-heur fix-heur baseball-heur no-heur dyn-heur "--dyn-heur $specify_dynamic" fix-heur "--fix-heur $specify_fixed" baseball-heur "--baseball-heur" no-heur "--no-heur" -g,-*dyn-heur FLOAT:FLOAT in [0 - 1]=0.99999 Excludes: -*fix-heur -*baseball-heur -*no-heur Two-phase heuristic, determination of candidate edges using accumulative threshold. Enabled by default! See -*no-heur for disabling it -G,-*fix-heur FLOAT:FLOAT in [0 - 1] Excludes: -*dyn-heur -*baseball-heur -*no-heur Two-phase heuristic, determination of candidate edges by specified percentage of total edges. -*baseball-heur Excludes: -*dyn-heur -*fix-heur -*no-heur Baseball heuristic as known from pplacer. strike_box=3,max_strikes=6,max_pitches=40. -*no-heur Excludes: -*dyn-heur -*fix-heur -*baseball-heur specify_dynamic Provide a value for the dynamic heuristic perl $choose_heuristic eq "dyn-heur" Please enter a value for the dynamic hueristic perl $choose_heuristic eq "dyn-heur" && !defined $specify_dynamic specify_fixed Provide a value for the fixed heuristic perl $choose_heuristic eq "fix-heur" Please enter a value for the fixed hueristic perl $choose_heuristic eq "fix-heur" && !defined $specify_fixed specify_queryseq Number of query sequences to be read in at a time. (--chunk-size) perl (defined $specify_queryseq) ? "--chunk-size $specify_queryseq":"" employ_queryseq Employ old style of branch length optimization during thorough insertion. (--raxml-blo) perl ( $value) ? "--raxml-blo":"" no_premask Do not pre-mask sequences. (--no-pre-mask) perl ( $value) ? "--no-pre-mask":"" rate_scalers Use individual rate scalers? (--rate-scalers) perl "--rate-scalers $value" off on auto output_opts Output Options likelihood_weight Likelihood weight --filter-acc-lwr --filter-min-lwr specify_acclw Accumulated likelihood weight perl $likelihood_weight eq "--filter-acc-lwr" perl "--filter-acc-lwr $specify_acclw" specify_minlw Minimum likelihood weight perl $likelihood_weight eq "--filter-min-lwr" perl "--filter-min-lwr $specify_minlw" 0.01 specify_minplace Minimum number of placements per sequence to include (--filter-min) perl (defined $specify_minplace) ? "--filter-min $specify_minplace":"" 1 specify_maxplace Maximum number of placements per sequence to include (--filter-max) perl (defined $specify_maxplace) ? "--filter-max $specify_maxplace":"" 7 specify_precision Output decimal point precision for floating point (--precision) perl (defined $specify_precision) ? "--precision $specify_precision":"" 10 preserve_rooting Preserve rooting. (--preserve-rooting) perl ( $value) ? "--preserve-rooting on":"--preserve-rooting off" Preserve the rooting of rooted trees. When disabled, EPA-ng will print the result as an unrooted tree.