From a91a3cf65afb3665d2d55e40eeb7fee69c7c79f3 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 9 Dec 2024 22:13:05 -0800 Subject: [PATCH] Use IMP stable release The IMP 2.22.0 stable release now includes a version of FoXS that handles multi-model mmCIF files correctly. --- backend/foxs/run_foxs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/foxs/run_foxs.py b/backend/foxs/run_foxs.py index 6119014..31046fa 100644 --- a/backend/foxs/run_foxs.py +++ b/backend/foxs/run_foxs.py @@ -54,7 +54,7 @@ def setup_environment(): # Add IMP and gnuplot to the path, using modules from python import module - module('load', 'imp/last_ok_build', 'gnuplot') + module('load', 'imp', 'gnuplot') def get_command_options(p):