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

Clean up imports and standardize how code accesses resources within project directory #95

Open
jsaquing opened this issue Nov 16, 2021 · 0 comments
Assignees

Comments

@jsaquing
Copy link
Contributor

Expand __init__.py files so that

  • we can do from biosurfer import stuff and not from biosurfer.core.packages.overly.long.path import stuff
  • path to project install directory is easy to get in code (mainly for accessing SQLite files in databases directory but could also be useful for an eventual config file?)
@jsaquing jsaquing self-assigned this Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant