There was an error while loading. Please reload this page.
We fixed two bugs in the new release (1.2.1):
To use this new release in Scipion, please follow the following steps:
Download binaries (zip, tar) from GitHub and untar it in SCIPION_HOME/software/em
Update Scipion protocol by applying two diff patch files convert.diff and protocol_localized.diff (in localrec folder) using these commands
patch SCIPION_HOME/pyworkflow/em/packages/opic/convert.py SCIPION_HOME/software/em/localrec-1.2.1/convert.diff patch SCIPION_HOME/pyworkflow/em/packages/opic/protocol_localized.py SCIPION_HOME/software/em/localrec-1.2.1/protocol_localized.diff
Here SCIPION_HOME refers to your Scipion installation path.