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 LOCALREC_HOME/convert.diff patch SCIPION_HOME/pyworkflow/em/packages/opic/protocol_localized.py LOCALREC_HOME/protocol_localized.diff
Here SCIPION_HOME and LOCALREC_HOME refer to your scipion and localrec paths, respectively.