-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
## -*- coding: utf-8 -*- | ||
##import Align | ||
#import BioSQL | ||
#import CompGenetics | ||
#import Genbank | ||
#from Phylogenetics import Phylip, PAML, PhyML, PhyloTree |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
from unittest import TestCase | ||
from Orthologs.Phylogenetics import PhyloTree | ||
from Orthologs import Align | ||
|
||
# Under Development | ||
class Test(TestCase): | ||
def test_is_string(self): | ||
s = Align.joke() | ||
self.assertTrue(isinstance(s)) | ||
def test(self): | ||
help(PhyloTree) | ||
help(Align) | ||
|
||
help(Align) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters