Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/c/o/cogent-1.5.3/cogent/align/algorithm.py cogent(Download)
if not aln1 or not aln2: self.fill() self.traceback() aln1, aln2 = self.FirstAlign, self.SecondAlign #Remember to return sequences that are the correct class. If the class
src/p/y/pycogent-HEAD/cogent/align/algorithm.py pycogent(Download)
if not aln1 or not aln2: self.fill() self.traceback() aln1, aln2 = self.FirstAlign, self.SecondAlign #Remember to return sequences that are the correct class. If the class