Package Bio :: Package Align :: Package Applications
[hide private]
[frames] | no frames]

Source Code for Package Bio.Align.Applications

 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