Sate: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Software]][[Category:biology | [[Category:Software]][[Category:biology]][[Category:phylogenetics]] | ||
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|sate}} | |{{#vardefine:app|sate}} | ||
Line 56: | Line 56: | ||
<!--Policy--> | <!--Policy--> | ||
{{#if: {{#var: policy}}|==Usage Policy== | {{#if: {{#var: policy}}|==Usage Policy== | ||
WRITE USAGE POLICY HERE (Licensing, usage, access). | WRITE USAGE POLICY HERE (Licensing, usage, access). | ||
|}} | |}} | ||
<!--Performance--> | <!--Performance--> | ||
{{#if: {{#var: testing}}|==Performance== | {{#if: {{#var: testing}}|==Performance== | ||
WRITE_PERFORMANCE_TESTING_RESULTS_HERE | WRITE_PERFORMANCE_TESTING_RESULTS_HERE | ||
|}} | |}} | ||
<!--Faq--> | <!--Faq--> | ||
Line 71: | Line 67: | ||
<!--Citation--> | <!--Citation--> | ||
{{#if: {{#var: citation}}|==Citation== | {{#if: {{#var: citation}}|==Citation== | ||
If you use the software in a publication, please cite the software, the papers describing the method, and the appropriate citation for the external tools. | If you use the software in a publication, please cite the software, the papers describing the method, and the appropriate citation for the external tools. | ||
<div class="mw-collapsible mw-collapsed" style="width:70%; padding: 5px; border: 1px solid gray;"> | |||
''Expand this section to view citation instructions.'' | |||
<div class="mw-collapsible-content" style="padding: 5px;"> | |||
Algorithm citations | Algorithm citations | ||
* Liu, K., S. Raghavan, S. Nelesen, C. R. Linder, T. Warnow, 2009. "Rapid and accurate large scale coestimation of sequence alignments and phylogenetic trees." Science, 324(5934), pp. 1561-1564, 19 June 2009, doi: 10.1126/science.1171243 | * Liu, K., S. Raghavan, S. Nelesen, C. R. Linder, T. Warnow, 2009. "Rapid and accurate large scale coestimation of sequence alignments and phylogenetic trees." Science, 324(5934), pp. 1561-1564, 19 June 2009, doi: 10.1126/science.1171243 | ||
Line 92: | Line 90: | ||
* Prank: See http://www.ebi.ac.uk/goldman-srv/prank/prank | * Prank: See http://www.ebi.ac.uk/goldman-srv/prank/prank | ||
* FastTree: Price MN, Dehal PS, Arkin AP. (2010) FastTree 2: Approximately Maximum-Likelihood Trees for Large Alignments. ''PLoS ONE'' '''5(3)''': e9490. doi:10.1371/journal.pone.0009490. | * FastTree: Price MN, Dehal PS, Arkin AP. (2010) FastTree 2: Approximately Maximum-Likelihood Trees for Large Alignments. ''PLoS ONE'' '''5(3)''': e9490. doi:10.1371/journal.pone.0009490. | ||
</div> | |||
</div> | |||
|}} | |}} | ||
<!--Installation--> | <!--Installation--> |
Latest revision as of 20:43, 21 December 2022
Description
SATé is a software package for inferring a sequence alignment and phylogenetic tree. The iterative algorithm involves repeated alignment and tree searching operations. The original data set is divided into smaller subproblems by a tree-based decomposition. These subproblems are aligned and further merged for phylogenetic tree inference. For more information, please refer to the recent publication of Liu et al.
The implementation developed in University of Kansas is written by Jiaye Yu, Mark Holder, Jeet Sukumaran, and Siavash Mirarab. By default, this implementation uses the "SATe-II fast" settings. The primary difference is the use of recursive CT-1 instead of CT-5 decomposition described in the original Liu et al. paper.
The alignment and tree searching routines are implemented by calling "external" programs not written by us (but are bundled with the SATé distribution).
Currently, the following tools are supported, and are bundled with the SATe distribution:
- ClustalW 2.0.12
- MAFFT 6.717
- MUSCLE 3.7
- OPAL 1.0.3
- PRANK 100311
- RAxML 7.2.6
- FastTree 2.1.4
Environment Modules
Run module spider sate
to find out what environment modules are available for this application.
System Variables
- HPC_SATE_DIR - installation directory
- HPC_SATE_BIN - executable directory
Additional Information
Note: By default, SATe uses your home directory as the location for temporary files. It is a violation of HPC policy for jobs to write to your home directory. It is critical that you include the --temporaries= flag in your SATe command line to provide an alternative path for the temp files. PBS provides the $TMPDIR variable for you, and this is an excellent option. See example submission script. Another convenient variable you could use is $PBS_O_WORKDIR, something like --temporaries=$PBS_O_WORKDIR/temp would work well too.
For all command line options, run:
run_sate.py -h
Citation
If you use the software in a publication, please cite the software, the papers describing the method, and the appropriate citation for the external tools.
Expand this section to view citation instructions.