vvoelz / biceps

Bayesian inference of conformational populations
https://github.com/vvoelz/biceps
Other
12 stars 3 forks source link

Enhancements for tutorials/examples #71

Open robraddi opened 4 years ago

robraddi commented 4 years ago

Include number of states (states) variable when calling on Analysis. Do this for all tutorials. Circumvents the issue of plugging in the wrong number of states, which will not provide an error...

A = biceps.Analysis(states=states, resultdir=outdir,
    BSdir='BS.dat', popdir='populations.dat',
    picfile='BICePs.pdf')
A.plot()