-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Reorganize repository structure #1103
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1103 +/- ##
==========================================
+ Coverage 40.44% 43.97% +3.53%
==========================================
Files 150 123 -27
Lines 8340 8163 -177
Branches 1637 1614 -23
==========================================
+ Hits 3373 3590 +217
+ Misses 4776 4381 -395
- Partials 191 192 +1 ☔ View full report in Codecov by Sentry. |
This PR does the following:
bioregistry.external
), the external registry alignment classes (inbioregistry.align
the data artifacts (inbioregistry.data.external
), and a few (3) configuration files (inbioregistry.data
) into a single hierarchy inbioregistry.external
.src/
structure. They're now in the/exports/alignment/
and/exports/raw/
folders, respectively. The point of this is to reduce the size of the package that gets sent to PyPI, related to Bioregistry hit project size limit on PyPI #1100In theory, this shouldn't affect any downstream uses, since the
bioregistry.align
submodule isn't really for external users.