pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

www private pastebin - collaborative debugging tool What's a private pastebin?


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

  1. # Statistics
  2.     def _end_Statistics_db_num(self):
  3.         """number of sequences in the database
  4.         """
  5.         self._blast.num_sequences_in_database = int(self._value)
  6.  
  7.     def _end_Statistics_db_len(self):
  8.         """number of letters in the database
  9.         """
  10.         self._blast._num_letters_in_database = int(self._value)  # LOOK AT THE _ before the num_letters_in_database
  11.  
  12.     def _end_Statistics_hsp_len(self):
  13.         """the effective HSP length
  14.         """
  15.         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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me