Open naikymen opened 6 years ago
We should define what metadata output the script generates and dump it in JSON format.
This python library may help: https://docs.python.org/2/library/json.html
So far the (non-plot) output consists of:
This list is illustrative. There are also versions of these files split by ensemble (i.e. for output 1).
In the case of SAXS processing, the datgnom utility outputs a table with the points of the fit. In this case, I believe this would be better in CSV.
Will be implemented in the new python pipeline script.
We should define what metadata output the script generates and dump it in JSON format.
This python library may help: https://docs.python.org/2/library/json.html
So far the (non-plot) output consists of:
This list is illustrative. There are also versions of these files split by ensemble (i.e. for output 1).
In the case of SAXS processing, the datgnom utility outputs a table with the points of the fit. In this case, I believe this would be better in CSV.