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'm planning to repeat a version of this benchmark with an alternate forcefield, and noticed in the process that the docs could be clearer. For example, the main README.md says nothing at all, leaving one to guess where to find the scripts mentioned in the paper. After guessing they must be in src, I find a slightly better README.md there, but it's still rather on the brief side and missing some key details:
Instructions
1. Create HDF5 dataset using ThermoPyl
2. Create csv file with selected subset for simulation. (count_classes.py)
3. Run simulations with simulate_thermoml.py
4. Analyze simulation output with munge_output_amber.py
5. Do some experimental error analysis (create_data_table_for_si.py)
Generate figures using scripts in figures/
This is somewhat more helpful, though I don't see a count_classes.py script in the repo so I don't know what this is about and, well, there are a variety of other scripts that are obviously intended to be used that aren't mentioned in these instructions. After poking around a while, I think I DO see how to do the simulations though.
I'll proceed with what I'm trying to do and update if I run into places where I can't find relevant code, etc.
The text was updated successfully, but these errors were encountered:
FWIW, if I had to start from scratch for analyses such as this one, I would possibly consider using Snakemake as a workflow management tool. The idea would be to write the analysis as a collection of scripts that read in files and read out files, then string the DAG together using Snakemake...
I'm planning to repeat a version of this benchmark with an alternate forcefield, and noticed in the process that the docs could be clearer. For example, the main
README.md
says nothing at all, leaving one to guess where to find the scripts mentioned in the paper. After guessing they must be insrc
, I find a slightly betterREADME.md
there, but it's still rather on the brief side and missing some key details:This is somewhat more helpful, though I don't see a
count_classes.py
script in the repo so I don't know what this is about and, well, there are a variety of other scripts that are obviously intended to be used that aren't mentioned in these instructions. After poking around a while, I think I DO see how to do the simulations though.I'll proceed with what I'm trying to do and update if I run into places where I can't find relevant code, etc.
The text was updated successfully, but these errors were encountered: