Posted by Bloguero_Connor on Sun 30 Mar 20:23 (modification of post by Bloguero_Connor view diff)
View followups from hkejzdbmailcom, ptdwmailcom, konfymailcom, kcyvmailcom and quxkchymailcom | download | new post
- # Statistics
- def _end_Statistics_db_num(self):
- """number of sequences in the database
- """
- self._blast.num_sequences_in_database = int(self._value)
- def _end_Statistics_db_len(self):
- """number of letters in the database
- """
- self._blast._num_letters_in_database = int(self._value) # LOOK AT THE _ before the num_letters_in_database
- def _end_Statistics_hsp_len(self):
- """the effective HSP length
- """
- self._blast.effective_hsp_length = int(self._value)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.