ArtiaX
ArtiaX copied to clipboard
Feature request: Save particles sampled from different surfaces to the same particle list
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.