Ejemplo n.º 1
0
 def _try_as_aln(self):
     from iotbx.bioinformatics import any_alignment_file
     aln_object = any_alignment_file(self.file_name)
     self._file_object = aln_object
     self._file_type = "aln"
Ejemplo n.º 2
0
 def _try_as_aln (self) :
   from iotbx.bioinformatics import any_alignment_file
   aln_object = any_alignment_file(self.file_name)
   self._file_object = aln_object
   self._file_type = "aln"