-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganise python scripts in repository, and unify install script. #13
Comments
Comment by hywel on 8 Oct 2011 14:41 UTC Otherwise, I'm sold. |
Comment by rupert on 11 Oct 2011 12:48 UTC Agree about the camelcased script naming I have also figured out how to enforce inter-package dependencies in python setup scripts so the setuptool does not have to move into this structure. I will delay a decision on that change for a while. |
Comment by hywel on 11 Oct 2011 17:05 UTC Cheers, sounds fine otherwise. |
Modified by hywel on 13 Oct 2011 11:39 UTC |
Modified by rupert on 13 Oct 2011 15:23 UTC |
Comment by jamespjh on 15 Dec 2011 12:45 UTC |
Modified by rupert on 19 Jan 2012 11:49 UTC |
Modified by hywel on 1 Mar 2012 17:49 UTC |
Modified by jamespjh on 7 Mar 2012 19:33 UTC |
Modified by hywel on 8 Mar 2012 14:09 UTC |
Modified by jamespjh on 5 Jul 2012 13:49 UTC |
Modified by jamespjh on 5 Jul 2012 15:36 UTC |
Not happening any time soon - also duplicate of #48 |
Reported by rupert on 7 Oct 2011 16:57 UTC
I propose to reorganise hemeTools as follows:
This will require updating a bunch of python import statements and tweaking the setup.py, but will be more sane.
I would like to suggest renaming the executables with a prefix to make them all appear on tab-complete at the command line. I suggest "hlb" so we'd have
hlb-cfgparser
,hlb-countsites
, etcIn the not-to-distant future, I will move the setuptool into this structure too.
Comments?
The text was updated successfully, but these errors were encountered: