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 am running EmRinger program from the command line as:
phenix.emringer model.pdb recmap.mrc
program runs successfully and generates the following outputs:
model_emringer.csv
model_emringer.pkl
model_emringer_plots/ with more plots and Pickle files
My problem is with the Pickle files, as I cannot use them to share the results. Any scientist who wants to read them needs Python with the mmtbx library, which is inconvenient.
Given this situation, I wonder if the information contained in the .csv file is equivalent or can be used as raw data to obtain the same results as in the Pickle files. Is there somewhere a description of what each column means? This is assuming it is not possible to obtain the outputs in another format that is human-readable.
The text was updated successfully, but these errors were encountered:
I am running EmRinger program from the command line as:
phenix.emringer model.pdb recmap.mrc
program runs successfully and generates the following outputs:
My problem is with the Pickle files, as I cannot use them to share the results. Any scientist who wants to read them needs Python with the mmtbx library, which is inconvenient.
Given this situation, I wonder if the information contained in the .csv file is equivalent or can be used as raw data to obtain the same results as in the Pickle files. Is there somewhere a description of what each column means? This is assuming it is not possible to obtain the outputs in another format that is human-readable.
The text was updated successfully, but these errors were encountered: