Skip to content
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

Add python packaging for package #2

Closed
ljdursi opened this issue Jun 3, 2019 · 2 comments
Closed

Add python packaging for package #2

ljdursi opened this issue Jun 3, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ljdursi
Copy link
Contributor

ljdursi commented Jun 3, 2019

Following python_model_service, create directory structure and a setup.py such that one can do the following steps:

  • virtualenv htsenv
  • source htsenv/bin/activate
  • python setup.py install

and have the htsget server installed in the local python environment. This will require #1 to be complete so that one can change configuration parameters without having to reinstall.

@ljdursi
Copy link
Contributor Author

ljdursi commented Jun 3, 2019

(Note that the test data files should not be installed as part of the package install).

@ljdursi ljdursi mentioned this issue Jun 3, 2019
@ljdursi ljdursi added the enhancement New feature or request label Jun 3, 2019
@zhengwin
Copy link
Contributor

/home/jackson/Documents/GitHub/htsget_app/setup.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants