Skip to content

Commit

Permalink
Use IMP stable release
Browse files Browse the repository at this point in the history
The IMP 2.22.0 stable release now includes
a version of FoXS that handles multi-model
mmCIF files correctly.
  • Loading branch information
benmwebb committed Dec 10, 2024
1 parent 4683591 commit a91a3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/foxs/run_foxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a91a3cf

Please sign in to comment.