Beispiel #1
0
 def _try_as_hhr(self):
     from iotbx.bioinformatics import any_hh_file
     hh_object = any_hh_file(self.file_name)
     assert (not hh_object.query in ["", None])
     self._file_object = hh_object
     self._file_type = "hhr"
Beispiel #2
0
 def _try_as_hhr (self) :
   from iotbx.bioinformatics import any_hh_file
   hh_object = any_hh_file(self.file_name)
   assert (not hh_object.query in ["", None])
   self._file_object = hh_object
   self._file_type = "hhr"