We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173e34f commit ab7912aCopy full SHA for ab7912a
1 file changed
mmcif_gen/facilities/xchem.py
@@ -216,4 +216,4 @@ def run_investigation_xchem(args):
216
if not args.sqlite:
217
logging.error("XChem facility requires path to --sqlite file")
218
return 1
219
- run(args.sqlite, args.deposit, args.txt, args.investigation_id, args.output_folder)
+ run(args.sqlite, args.deposit, args.txt, args.id, args.output_folder)
0 commit comments