Import spk error #123
ariel234156
started this conversation in
General
Replies: 2 comments
-
If you are trying to import particle coordinates using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, it's working now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to upload particle locations (spk file) to the preproccess step, and I got this error:
`
Traceback (most recent call last): -- 155 | File "/opt/pyp/bin/run/pyp", line 3440, in 156 | tomo_swarm(args.path, args.file, args.debug, args.keep, args.skip) 157 | File "/opt/pyp/src/pyp/utils/timer.py", line 78, in wrapper_timer 158 | return func(*args, **kwargs) 159 | File "/opt/pyp/bin/run/pyp", line 1663, in tomo_swarm 160 | virion_coordinates, spike_coordinates = detect_tomo.detect_and_extract_particles( 161 | File "/opt/pyp/src/pyp/detect/tomo/core.py", line 1290, in detect_and_extract_particles 162 | extract_spk_direct( 163 | File "/opt/pyp/src/pyp/detect/tomo/core.py", line 1355, in extract_spk_direct 164 | spikes = imod.coordinates_from_mod_file("%s.spk" % name) 165 | File "/opt/pyp/src/pyp/inout/utils/pyp_edit_box_files.py", line 26, in coordinates_from_mod_file 166 | subprocess.getoutput( 167 | IndexError: list index out of range `The coordinates were compatible with the output tomogram (with eight binning), and the file contained three columns [x,y,z] coordinates.
I would be happy to help.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions