-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize repository structure (#1103)
This PR does the following: 1. Consolidates the external registry getters (in `bioregistry.external`), the external registry alignment classes (in `bioregistry.align` the data artifacts (in `bioregistry.data.external`), and a few (3) configuration files (in `bioregistry.data`) into a single hierarchy in `bioregistry.external`. 2. Moves the metaregistry curation sheets and the raw data from the repositories out of the `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 #1100 3. minor version bump to 0.11.X series In theory, this shouldn't affect any downstream uses, since the `bioregistry.align` submodule isn't really for external users.
- Loading branch information
Showing
150 changed files
with
8,265 additions
and
7,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Alignment | ||
========= | ||
.. automodapi:: bioregistry.align | ||
:no-inheritance-diagram: | ||
|
||
.. automodapi:: bioregistry.external |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 32 additions & 32 deletions
64
...gistry/data/external/aberowl/curation.tsv → exports/alignment/aberowl.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
25 changes: 3 additions & 22 deletions
25
...try/data/external/agroportal/curation.tsv → exports/alignment/agroportal.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
3,088 changes: 510 additions & 2,578 deletions
3,088
...egistry/data/external/bartoc/curation.tsv → exports/alignment/bartoc.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
prefix name description | ||
000570 SwissLipids | ||
000571 MolMeDB | ||
000572 PDB ligand | ||
000573 PDB structure |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.