mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 15:04:24 +08:00
Restore two lines (incorrectly deleted)
This commit is contained in:
@@ -141,6 +141,8 @@ class ProteinSet():
|
||||
self.n_prots = len(self.all_prots)
|
||||
self.block_size = math.ceil(self.n_prots / self.num_blocks)
|
||||
self.loadpool = None
|
||||
self.logFile = logFile
|
||||
self.use_fs = False
|
||||
|
||||
def set_embed_path(self, path):
|
||||
if not os.path.exists(path):
|
||||
|
||||
Reference in New Issue
Block a user