InstituteforDiseaseModeling / malaria-model_validation

1 stars 2 forks source link

Add a script to retrieve comps ids from a suite ID #43

Closed YeChen-IDM closed 1 year ago

YeChen-IDM commented 1 year ago

change for #28. Automatically get suite id from COMPSID folder id and retrieve all related experiments and work items ids and save in a csv file. file name: "suite{suite_id}.csv", for example: "suite_523fb2ef-3009-ed11-a9fa-b88303911bc1.csv". image

MAmbrose-IDM commented 1 year ago

Thank you for adding the suite ID, Ye! That will be convenient for keeping track of which the groups of simulations and analyzers were run with the same version. For keeping track of different versions, do you think it would be helpful to write the date that the simulations were run somewhere (e.g., as a column in the csv), or is the suite ID easy enough to link to a report that it isn't necessary?

YeChen-IDM commented 1 year ago

Thank you for adding the suite ID, Ye! That will be convenient for keeping track of which the groups of simulations and analyzers were run with the same version. For keeping track of different versions, do you think it would be helpful to write the date that the simulations were run somewhere (e.g., as a column in the csv), or is the suite ID easy enough to link to a report that it isn't necessary?

Thanks @MAmbrose-IDM, yes, it should be easy to get the date information for the simulations. Let me add it as a column in the csv file.

YeChen-IDM commented 1 year ago

@MAmbrose-IDM , change is added :)