Spaces:
Sleeping
Sleeping
simonduerr
commited on
Commit
•
53da8f8
1
Parent(s):
b405c72
Update app.py
Browse files
app.py
CHANGED
@@ -181,8 +181,8 @@ def protpardelle(path_to_file, m, resample_idx, modeltype, minlen, maxlen, step
|
|
181 |
args["input_pdb"] = path_to_file # "PDB file to condition on"
|
182 |
args["resample_idxs"] = resample_idx[1:-1] # "Indices from PDB file to resample. Zero-indexed, comma-delimited, can use dashes, eg 0,2-5,7"
|
183 |
else:
|
184 |
-
args["param"] =
|
185 |
-
args["paramval"]=
|
186 |
args["parampath"]= None # Path to json file with params, either use param/paramval or parampath, not both",
|
187 |
args["perlen"] = int(perlen) #How many samples per sequence length"
|
188 |
args["minlen"] = int(minlen) #"Minimum sequence length"
|
|
|
181 |
args["input_pdb"] = path_to_file # "PDB file to condition on"
|
182 |
args["resample_idxs"] = resample_idx[1:-1] # "Indices from PDB file to resample. Zero-indexed, comma-delimited, can use dashes, eg 0,2-5,7"
|
183 |
else:
|
184 |
+
args["param"] = None #"Which sampling param to vary"
|
185 |
+
args["paramval"]=None #"Which param val to use"
|
186 |
args["parampath"]= None # Path to json file with params, either use param/paramval or parampath, not both",
|
187 |
args["perlen"] = int(perlen) #How many samples per sequence length"
|
188 |
args["minlen"] = int(minlen) #"Minimum sequence length"
|