|
GASP V2.0.0Gapped Ancestral Sequence Prediction
Copyright © 2004 Richard J. Edwards - See source code for GNU License Notice Imported modules:
See SLiMSuite Blog for further documentation. See FunctionThis module is purely for running the GASP algorithm as a standalone program. All the main functionality is encoded in the modules listed below. The GASP algorithm itself is now encoded in the rje_ancseq module. GASP may also be run interactively from the rje_tree module. Input/Output
GASP Model Options
History Module Version History# 0.0 - Initial Compilation. # 1.0 - Improved version with second pass. # 1.1 - Improved OO. Restriction to descendant AAs. (Good for BAD etc.) # 1.2 - No Out Object in Objects # 1.3 - Added more interactive load options # 1.4 - Minor tweaks to imports. # 2.0.0 - Upgraded to rje_obj framework for REST server. GASP REST Output formatsRun with&rest=docs for program documentation and options. A plain text version is accessed with &rest=help .&rest=OUTFMT can be used to retrieve individual parts of the output, matching the tabs in the default( &rest=format ) output. Individual OUTFMT elements can also be parsed from the full (&rest=full ) server output,which is formatted as follows: ###~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~### # OUTFMT: ... contents for OUTFMT section ... Available REST Outputsseqin = Input sequence alignment [fas]nsfin = Input phylogenetic tree (Newick) [nsf]indeltree = [Optional] Text tree describing indel patterns. [txt]anc.fas = Ancestral sequence prediction alignment [fas]anc.txt = Text tree with ancestral nodes named and numbered [txt]anc.nsf = Newick version of tree with ancestral nodes named and numbered [nsf]© 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |