Actions
Bug #3752
closedGenerating missing virtual substack from virtual substack gives header nz is None error
Start date:
11/10/2015
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
Yes
Workaround:
follow the error message to make the parent stack
Description
Made a substack by deleting several bad class averages (3rd round of this). Getting errors when wokring with this substack, same error with any alignment runs. Tried to make the "real stack" generated an identical error:
[rice@guppy ~]$ generateMissingStack.py --projectid=33 --expid=755 --stackid=39 Error: image path is not writable: /emg/data00/leginon Connected to database: 'nyap_33' ... Getting stack data for stackid=39 Old stack info: 'wjr further removal after serden som of xmipp max liklihood number 8 ... 13244 particle substack with 54,55,57,94,93,92,91,83,82,74,52,53,9,64,65,66,67 classes excluded' ... Querying original particles from stackid=39 connecting ... Getting stack data for stackid=39 Old stack info: 'wjr further removal after serden som of xmipp max liklihood number 8 ... 13244 particle substack with 54,55,57,94,93,92,91,83,82,74,52,53,9,64,65,66,67 classes excluded' ... Stack 39 pixel size: 1.47 ... generating stack: '/gpfs/appion/rice/15sep24a/stacks/clustersub75/start.hed' with 13244 particles Traceback (most recent call last): File "/opt/myamisnap/bin/generateMissingStack.py", line 54, in <module> a.run() File "/opt/myamisnap/lib/appionlib/proc2dLib.py", line 45, in run self.approc2d.checkConflicts() File "/opt/myamisnap/lib/appionlib/proc2dLib.py", line 112, in checkConflicts self.inputNumParticles = self.inheader['nz'] TypeError: 'NoneType' object is unsubscriptable
Actions