Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/b/i/biopython-1.63/Bio/Align/AlignInfo.py biopython(Download)
a.add_sequence("ID003", "MHQAIFIYQIGYPYLKSGYIQSIRSPEYDNW*") print(a) print("="*a.get_alignment_length()) s = SummaryInfo(a)
src/b/i/biopython-HEAD/Bio/Align/AlignInfo.py biopython(Download)
a.add_sequence("ID003", "MHQAIFIYQIGYPYLKSGYIQSIRSPEYDNW*") print(a) print("="*a.get_alignment_length()) s = SummaryInfo(a)
src/b/i/biopython-1.63/Bio/Align/__init__.py biopython(Download)
if len(self): #Use the standard method to get the length expected_length = self.get_alignment_length() else: #Take the first record's length
""" if self._records: self._append(record, self.get_alignment_length()) else: self._append(record)
src/b/i/biopython-HEAD/Bio/Align/__init__.py biopython(Download)
if len(self): #Use the standard method to get the length expected_length = self.get_alignment_length() else: #Take the first record's length
""" if self._records: self._append(record, self.get_alignment_length()) else: self._append(record)