Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

projects error #484

Closed
azazellochg opened this issue Dec 6, 2023 · 1 comment
Closed

projects error #484

azazellochg opened this issue Dec 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@azazellochg
Copy link
Member

"We have recently had to upgrade to a newer Scipion version (v3.3.0) in SBGRID. FYI, associated packages are on these versions:

scipion-app 3.3.0
scipion-em 3.3.1
scipion-pyworkflow 3.3.1

The problem is that we create and schedule projects using templates, ie:

$ scipion3 python -m pyworkflow.project.scripts.create PROJECT TEMPLATE.json

$ scipion3 python -m pyworkflow.project.scripts.schedule PROJECT

Previously this worked fine, but the created projects are now giving an AttributeError with the newer version of Scipion when they are run, reset or loaded":

  File "/home/me/.local/lib/python3.8/site-packages/pyworkflow/project/project.py", line 513, in _fixProtParamsConfiguration

    pointer.set(self.getRunsGraph().getNode(str(pointer.get().getObjParentId())).run)

AttributeError: 'NoneType' object has no attribute 'getObjParentId'
@azazellochg azazellochg added the bug Something isn't working label Dec 6, 2023
@pconesa
Copy link
Contributor

pconesa commented Dec 6, 2023

CAn we have access to the template?

@pconesa pconesa closed this as completed Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants