We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cb131 commit db60b12Copy full SHA for db60b12
1 file changed
src/dlstbx/services/trigger_xchem.py
@@ -243,7 +243,7 @@ def trigger_pandda_xchem(
243
proposal_string = proposal_code + proposal_number
244
245
# TEMPORARY FILTER
246
- allowed_proposals = ["lb42888", "sw44107"]
+ allowed_proposals = ["lb42888", "sw44107", "lb36049"]
247
248
# 0. Check that this is an XChem expt & locate .SQLite database
249
if proposal_string not in allowed_proposals:
0 commit comments