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"
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"