EPA-NG on XSEDE0.3.7Bayesian Evolutionary Analysis by Sampling Trees - run on XSEDEAberer, 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-2556Phylogeny / Alignmentepa_ng_xsedeexabayes_15perl""0conf_file2scheduler.confperl
"ChargeFactor=1.0\\n" .
"nodes=1\\n" .
"node_exclusive=1\\n" .
"threads_per_process=24\\n"
infileInput Tree File (must be in fascln format)perl"--tree infile_tree.txt"5infile_tree.txtset_outdirperl"--out-dir ./"all_results*runtime1scheduler.confMaximum Hours to Run (up to 168 hours)0.5The maximum hours to run must be less than 168perl$runtime > 168.0The maximum hours to run must be greater than 0.05perl$runtime < 0.05perl"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 hoursperl$num_patterns < 10000Estimate 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_file12Select ref-msa filepisedefined $ref_file ? "--ref-msa ref_msa.txt":""ref_msa.txtbinary_file12Select binary fileperl!defined $ref_filepisedefined $ref_file ? "--binary ref_binary.bin":""ref_binary.binquery_file12Select query filepisedefined $query_file ? "--query query.txt":""query.txtPlease select either a text reference file or a binaryperl!defined $ref_file && !defined $binary_filePlease select a query fileperl!defined $query_fileraxquery_file12Select RAxML info filepisedefined $raxquery_file ? "--model model.txt":""model.txtPlease select either a text reference file or a binaryperl!defined $ref_file && !defined $binary_filePlease select a query fileperl!defined $query_filecompute_optsCompute Optionschoose_heuristicChoose your heuristicdyn-heurfix-heurbaseball-heurno-heurdyn-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-heurspecify_dynamicProvide a value for the dynamic heuristicperl$choose_heuristic eq "dyn-heur"Please enter a value for the dynamic hueristicperl$choose_heuristic eq "dyn-heur" && !defined $specify_dynamicspecify_fixedProvide a value for the fixed heuristicperl$choose_heuristic eq "fix-heur"Please enter a value for the fixed hueristicperl$choose_heuristic eq "fix-heur" && !defined $specify_fixedspecify_queryseqNumber of query sequences to be read in at a time. (--chunk-size)perl(defined $specify_queryseq) ? "--chunk-size $specify_queryseq":"" employ_queryseqEmploy old style of branch length optimization during thorough insertion. (--raxml-blo)perl( $value) ? "--raxml-blo":"" no_premaskDo not pre-mask sequences. (--no-pre-mask)perl( $value) ? "--no-pre-mask":"" rate_scalersUse individual rate scalers? (--rate-scalers)perl"--rate-scalers $value"offonautooutput_optsOutput Optionslikelihood_weightLikelihood weight--filter-acc-lwr--filter-min-lwrspecify_acclwAccumulated likelihood weightperl$likelihood_weight eq "--filter-acc-lwr" perl"--filter-acc-lwr $specify_acclw"specify_minlwMinimum likelihood weightperl$likelihood_weight eq "--filter-min-lwr" perl"--filter-min-lwr $specify_minlw"0.01specify_minplaceMinimum number of placements per sequence to include (--filter-min)perl(defined $specify_minplace) ? "--filter-min $specify_minplace":"" 1specify_maxplaceMaximum number of placements per sequence to include (--filter-max)perl(defined $specify_maxplace) ? "--filter-max $specify_maxplace":"" 7specify_precisionOutput decimal point precision for floating point (--precision)perl(defined $specify_precision) ? "--precision $specify_precision":"" 10preserve_rootingPreserve 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.