Closed mesdaghi closed 2 years ago
@mesdaghi The rmsf key in the input TOML file was changed from
[residue_property]
[residue_property.rmsf]
rmsf_files = '2VH7_rmsf.xvg'
start = 0
end = 100
to
[residue_property]
rmsf = '2VH7_rmsf.xvg'
However, I forgot to reflect that in the documentation, which has been updated now.
Description
Trying to make the .h5 file (HDF) on command line for the tutorial example 2VH7.
Throws error: "ValueError: could not convert string to float: 'rmsf_files'"
What I Did