-
Notifications
You must be signed in to change notification settings - Fork 16
preserve input star columns during particle export #433
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
base: main
Are you sure you want to change the base?
Conversation
|
thanks @shahpnmlab ! @mgflast this might be a partial solution for #429 - ask @shahpnmlab how to use it to drag specific columns across |
|
@mgflast not much going on here, just provide your input star w/ w/e colIDs and it should preserve them when the new star file is written |
|
Note that if you are on a networked FS like ours (LUSTRE), then the connection can timeout in which case you need to re-execute the command. |
|
makes sense and good to know, thanks for reporting - proper solution here will be to write full star to disk from master, send path to worker, load + subset on worker then read back on master as is done right now |
|
Hey @shahpnmlab, thanks, this is very helpful! Seems like not a lot going on maybe but it saves me from encoding arbitrary data in the orientation parameters 😅 |
Increased the maximum request body size from 100 MB to 500 MB.
This PR tries to solve the issue of preserving fields in the input star file when performing particle export. I was able to inject a dummy field
rlnGoodBoiand preserve it in the output star file after export