You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find if this functionality already exists but...
Currently, to reproduce the "issue"
Place markers with which to generate a surface (i.e. a "Boundary").
Generate the surface and sample points on the surface. I chose to distribute points according to a Poisson disk distribution with radius 100 A.
This will create a new particle list containing the sampled points.
Repeat 1. and 2. for another surface within the same tomogram.
This will create another particle list containing the sampled points from the second surface.
A possible solution would be to allow save _filename_ partlist _model-spec_ to save multiple lists to a single file. Right now, trying something like save ./my_particle_lists.star partlist #1.2.3-4 gives an error:
Invalid "partlist" argument: Must specify 1 model, got 2
As far as I can tell, the only workaround is to save each separately and combine them with a custom script outside of ChimeraX.
The text was updated successfully, but these errors were encountered:
I can't find if this functionality already exists but...
Currently, to reproduce the "issue"
A possible solution would be to allow
save _filename_ partlist _model-spec_
to save multiple lists to a single file. Right now, trying something likesave ./my_particle_lists.star partlist #1.2.3-4
gives an error:Invalid "partlist" argument: Must specify 1 model, got 2
As far as I can tell, the only workaround is to save each separately and combine them with a custom script outside of ChimeraX.
The text was updated successfully, but these errors were encountered: