Trees | Indices | Help |
---|
|
1 # Copyright 2009 by Peter Cock & Cymon J. Cox. All rights reserved. 2 # This code is part of the Biopython distribution and governed by its 3 # license. Please see the LICENSE file that should have been included 4 # as part of this package. 5 """Alignment command line tool wrappers.""" 6 from _Muscle import MuscleCommandline 7 from _Clustalw import ClustalwCommandline 8 from _Prank import PrankCommandline 9 from _Mafft import MafftCommandline 10 from _Dialign import DialignCommandline 11 from _Probcons import ProbconsCommandline 12 from _TCoffee import TCoffeeCommandline 13
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jul 14 01:37:39 2010 | http://epydoc.sourceforge.net |