choderalab / pymbar-examples

Examples of applications of pymbar to various problems in simulation and experiment
16 stars 22 forks source link

Move away from reliance on Unix commands #3

Closed mrshirts closed 9 years ago

mrshirts commented 10 years ago

we should eventually move away from reliance on things like 'ls' and 'grep' as they are not available on all platforms, or have different behaviors. It's better to rely on python internals as those will be more portable.

kyleabeauchamp commented 10 years ago

Agree

jchodera commented 10 years ago

+1000

mrshirts commented 10 years ago

Since one of Mobley's students wrote a lot of the fancy visualization, I'll give him the first stab at it. I think it's OK for 2.0, but definitely needs to be fixed for 3.0.

kyleabeauchamp commented 10 years ago

I agree to punt until 3.0.

mrshirts commented 9 years ago

This has been fixed by Pavel's commits over the last couple of weeks.