msmbuilder / msmbuilder-legacy

Legacy release of MSMBuilder
http://msmbuilder.org
GNU General Public License v2.0
25 stars 28 forks source link

add entry_point function #461

Closed autodataming closed 7 years ago

autodataming commented 7 years ago

add entry_point function

cxhernandez commented 7 years ago

Not sure how this adds anything....

autodataming commented 7 years ago

every script in the scripts dir should have "entry_point " functions. But in the script of CalculateClusterRadii.py, there is no function "entry_point". After you build the msmbuilder, the command "CalculateClusterRadii" in the dir "~/miniconda2/bin/'. So you run the command ''CalculateClusterRadii“,it will report an error, ImportError: 'module' object has no attribute 'entry_point'. So we modified the script "CalculateClusterRadii.py".

autodataming commented 7 years ago

To solve the problem, please merge the commit.

mpharrigan commented 7 years ago

Hi @autodataming, This version of msmbuilder is no longer maintained. As such, we won't be merging your pull request. We're glad you could solve your problem, though. We encourage you to port your workflow to msmbuilder 3 at your convenience.