Exemplo n.º 1
0
 def pdbDownloadStep(self):
     """Download all pdb files in file_list and unzip them."""
     if self.inputPdbData1 == self.IMPORT_FROM_ID:
         em.downloadPdb(self.pdbId1.get(), self._getPdbFileName1(), 
                        self._log)
     if self.inputPdbData2 == self.IMPORT_FROM_ID:
         em.downloadPdb(self.pdbId2.get(), self._getPdbFileName2(), 
                        self._log)
Exemplo n.º 2
0
 def pdbDownloadStep(self):
     """Download all pdb files in file_list and unzip them."""
     em.downloadPdb(self.pdbId.get(), self._getPdbFileName(), self._log)
Exemplo n.º 3
0
 def pdbDownloadStep(self):
     """Download all pdb files in file_list and unzip them."""
     em.downloadPdb(self.pdbId.get(), self._getPdbFileName(), self._log)