You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you can install only the python components for a biobb package. For installing just the python components, you can install the biobb packages via pip:
And then be sure that both of them are in the same python virtual environment. Otherwise, maybe you should modify the paths to biobb_common in all the biobb_gromacs tools that you are using.
As for the manually compiled version of GMX, in all the biobb tools you have a common property named binary_path that, in the case of the biobb_gromacs tools, must be the path to your local GMX path. Ie:
If you have problems with the pip installation, I would recommend you to do the installation via conda and use the binary_path for executing your GMX instead of the one inside the conda environment.
Is there a way to:
biobb
but with just the python components?biobb
to a more recent manually compiled version of Gromacs?The text was updated successfully, but these errors were encountered: