bioregistry 0.13.3__tar.gz → 0.13.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bioregistry-0.13.3 → bioregistry-0.13.4}/PKG-INFO +1 -1
- {bioregistry-0.13.3 → bioregistry-0.13.4}/pyproject.toml +2 -2
- bioregistry-0.13.4/src/bioregistry/.DS_Store +0 -0
- bioregistry-0.13.4/src/bioregistry/app/.DS_Store +0 -0
- bioregistry-0.13.4/src/bioregistry/app/templates/.DS_Store +0 -0
- bioregistry-0.13.4/src/bioregistry/curation/.DS_Store +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/bioregistry.json +117 -0
- bioregistry-0.13.4/src/bioregistry/external/.DS_Store +0 -0
- bioregistry-0.13.4/src/bioregistry/external/miriam/.DS_Store +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/parse_iri.py +3 -0
- bioregistry-0.13.4/src/bioregistry/schema/.DS_Store +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/version.py +1 -1
- {bioregistry-0.13.3 → bioregistry-0.13.4}/LICENSE +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/README.md +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/__main__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/analysis/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/analysis/bioregistry_diff.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/analysis/mapping_checking.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/analysis/paper_ranking.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/api.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/cli.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/constants.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/impl.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/proxies.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/static/funding-manifest-urls.txt +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/static/logo.svg +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/base.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/collection.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/collections.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/context.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/contexts.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/contributor.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/contributors.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/highlights/owners.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/highlights/relations.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/highlights/twitter.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/home.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/keyword.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/keywords.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/macros.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/access.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/acknowledgements.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/download.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/related.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/schema.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/summary.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/sustainability.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/metaresource.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/metaresources.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/prose.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/reference.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/resolve_errors/disallowed_identifier.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/resolve_errors/invalid_identifier.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/resolve_errors/missing_prefix.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/resolve_errors/missing_providers.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/resource.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/resources.html +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/test.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/ui.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/utils.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/wsgi.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/benchmarks/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/benchmarks/__main__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/benchmarks/cli.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/benchmarks/curie_parsing.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/benchmarks/curie_validation.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/benchmarks/uri_parsing.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/bibliometrics.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/cli.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/collection_api.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/compare.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/constants.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_co_providers.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_descriptions_from_gs.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_examples.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_examples_from_ols.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_ontology_regexes.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_provider_status_curations.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_wikidata_database.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/bulk_import.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/clean_licenses.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/clean_name_suffixes.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/clean_publications.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/cleanup_authors.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/deprecation_diff.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/enrich_publications.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/find_contact_groups.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/fix_obo_purls.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/import_pc_semiautomatic.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/ingest_prefixmaps_bioportal.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/literature.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/make_description_curation_sheet.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/make_health_report_curation_sheet.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/map_bartoc_via_wikidata.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/map_re3data_via_fairsharing.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/odk_usage.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/rename_metaprefix.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/review_pc.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/seed_collection.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/suggest_author_curation.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/suggest_uniprot_providers.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/README.md +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/collections.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/contexts.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/curated_mappings.sssom.tsv +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/curated_papers.tsv +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/data/metaregistry.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/__main__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/cli.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/prefix_maps.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/prefixcc.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/rdf_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/schema_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/sssom_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/tables_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/tsv_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/warnings_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/export/yaml_export.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/aberowl/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/aberowl/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/align.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/alignment_utils.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bartoc/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bartoc/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biocontext/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biocontext/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biolink/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biolink/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biolink/processing_biolink.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/agroportal.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/agroportal.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/bioportal.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/bioportal.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/ecoportal.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/ecoportal.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cellosaurus/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cellosaurus/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cheminf/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cheminf/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cropoct/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cropoct/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/edam/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/edam/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/fairsharing/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/fairsharing/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/go/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/go/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/go/processing_go.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/hl7/OID_Report.csv +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/hl7/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/integbio/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/integbio/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/lov/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/lov/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/miriam/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/miriam/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/n2t/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/n2t/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ncbi/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ncbi/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/obofoundry/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/obofoundry/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ols/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ols/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ols/processing_ols.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ontobee/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/ontobee/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/pathguide/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/prefixcommons/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/prefixcommons/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/re3data/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/re3data/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/rrid/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/togoid/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/togoid/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/uniprot/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/uniprot/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/wikidata/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/wikidata/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/zazuko/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/zazuko/processed.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/gh/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/gh/github_client.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/gh/new_prefix.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/health/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/health/__main__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/health/check_homepages.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/health/check_providers.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/health/cli.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/license_standardizer.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/lint.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/metaresource_api.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/pandas.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/parse_version_iri.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/py.typed +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/record_accumulator.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/reference.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/resolve.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/resolve_identifier.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/resource_manager.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/schema/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/schema/constants.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/schema/schema.json +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/schema/struct.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/schema/utils.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/schema_utils.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/summary.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/upload_ndex.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/uri_format.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/utils.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/validate/__init__.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/validate/cli.py +0 -0
- {bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/validate/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: bioregistry
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.4
|
|
4
4
|
Summary: Integrated registry of biological databases and nomenclatures
|
|
5
5
|
Keywords: snekpack,cookiecutter,databases,biological databases,biomedical databases,persistent identifiers
|
|
6
6
|
Author: Charles Tapley Hoyt
|
|
@@ -10,7 +10,7 @@ markers = [
|
|
|
10
10
|
|
|
11
11
|
[project]
|
|
12
12
|
name = "bioregistry"
|
|
13
|
-
version = "0.13.
|
|
13
|
+
version = "0.13.4"
|
|
14
14
|
description = "Integrated registry of biological databases and nomenclatures"
|
|
15
15
|
readme = "README.md"
|
|
16
16
|
authors = [
|
|
@@ -254,7 +254,7 @@ known-first-party = [
|
|
|
254
254
|
docstring-code-format = true
|
|
255
255
|
|
|
256
256
|
[tool.bumpversion]
|
|
257
|
-
current_version = "0.13.
|
|
257
|
+
current_version = "0.13.4"
|
|
258
258
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+(?P<build>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?"
|
|
259
259
|
serialize = [
|
|
260
260
|
"{major}.{minor}.{patch}-{release}+{build}",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -3609,6 +3609,49 @@
|
|
|
3609
3609
|
},
|
|
3610
3610
|
"part_of_database": "aop"
|
|
3611
3611
|
},
|
|
3612
|
+
"aopo": {
|
|
3613
|
+
"comment": "There's no associated primary publication to my knowledge. The class and property CURIE format strings are somewhat inconsistent, but all conform to http://aopkb.org/aop_ontology#AdverseOutcomePathway, http://aopkb.org/aop_ontology#has_key_event or http://aopkb.org/aop_ontology#hasProcess. It is not indexed in the OLS but supports the AOP-WIKI RDF (see https://doi.org/10.1089/aivt.2021.0010 or https://aopwiki.rdf.bigcat-bioinformatics.org/).",
|
|
3614
|
+
"contact": {
|
|
3615
|
+
"github": "DataSciBurgoon",
|
|
3616
|
+
"name": "Lyle Burgoon",
|
|
3617
|
+
"orcid": "0000-0003-4977-5352"
|
|
3618
|
+
},
|
|
3619
|
+
"contributor": {
|
|
3620
|
+
"email": "javier.millanacosta@maastrichtuniversity.nl",
|
|
3621
|
+
"github": "jmillanacosta",
|
|
3622
|
+
"name": "Javier Millán Acosta",
|
|
3623
|
+
"orcid": "0000-0001-5608-781X"
|
|
3624
|
+
},
|
|
3625
|
+
"description": "The AOPO provides classes and relationships for the semantic representation of the Adverse Outcome Pathway framework.",
|
|
3626
|
+
"download_owl": "https://github.com/DataSciBurgoon/aop-ontology/raw/refs/heads/master/aopo.owl",
|
|
3627
|
+
"example": "AdverseOutcomePathway",
|
|
3628
|
+
"github_request_issue": 1744,
|
|
3629
|
+
"homepage": "https://github.com/DataSciBurgoon/aop-ontology",
|
|
3630
|
+
"keywords": [
|
|
3631
|
+
"adverse outcome pathway",
|
|
3632
|
+
"ontology"
|
|
3633
|
+
],
|
|
3634
|
+
"license": "Apache-2.0",
|
|
3635
|
+
"name": "Adverse Outcome Pathway Ontology",
|
|
3636
|
+
"pattern": "^[A-Za-z_]+$",
|
|
3637
|
+
"publications": [
|
|
3638
|
+
{
|
|
3639
|
+
"doi": "10.1089/aivt.2017.0017",
|
|
3640
|
+
"pmc": "PMC6060416",
|
|
3641
|
+
"pubmed": "30057931",
|
|
3642
|
+
"title": "Creating a Structured Adverse Outcome Pathway Knowledgebase via Ontology-Based Annotations",
|
|
3643
|
+
"year": 2017
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"repository": "https://github.com/DataSciBurgoon/aop-ontology",
|
|
3647
|
+
"reviewer": {
|
|
3648
|
+
"email": "cthoyt@gmail.com",
|
|
3649
|
+
"github": "cthoyt",
|
|
3650
|
+
"name": "Charles Tapley Hoyt",
|
|
3651
|
+
"orcid": "0000-0003-4423-4370"
|
|
3652
|
+
},
|
|
3653
|
+
"uri_format": "http://aopkb.org/aop_ontology#$1"
|
|
3654
|
+
},
|
|
3612
3655
|
"apaonto": {
|
|
3613
3656
|
"aberowl": {
|
|
3614
3657
|
"description": "APA thesaurus . Flat ontology file",
|
|
@@ -83308,6 +83351,13 @@
|
|
|
83308
83351
|
"homepage": "https://scholia.toolforge.org/",
|
|
83309
83352
|
"name": "Scholia",
|
|
83310
83353
|
"uri_format": "https://scholia.toolforge.org/ncbi-taxon/$1"
|
|
83354
|
+
},
|
|
83355
|
+
{
|
|
83356
|
+
"code": "bioportal.purl",
|
|
83357
|
+
"description": "BioPortal assigns their own PURLs to entities in NCBI taxonomy database.",
|
|
83358
|
+
"homepage": "https://purl.bioontology.org/ontology/NCBITAXON",
|
|
83359
|
+
"name": "BioPortal",
|
|
83360
|
+
"uri_format": "http://purl.bioontology.org/ontology/NCBITAXON/$1"
|
|
83311
83361
|
}
|
|
83312
83362
|
],
|
|
83313
83363
|
"publications": [
|
|
@@ -88854,6 +88904,37 @@
|
|
|
88854
88904
|
},
|
|
88855
88905
|
"pattern": "^\\d+$"
|
|
88856
88906
|
},
|
|
88907
|
+
"ocdo": {
|
|
88908
|
+
"contact": {
|
|
88909
|
+
"email": "a.azocar.guzman@fz-juelich.de",
|
|
88910
|
+
"github": "aazocar",
|
|
88911
|
+
"name": "Abril Azocar Guzman",
|
|
88912
|
+
"orcid": "0000-0001-7564-7990"
|
|
88913
|
+
},
|
|
88914
|
+
"contributor": {
|
|
88915
|
+
"email": "philip.stroemert@tib.eu",
|
|
88916
|
+
"github": "StroemPhi",
|
|
88917
|
+
"name": "Philip Strömert",
|
|
88918
|
+
"orcid": "0000-0002-1595-3213"
|
|
88919
|
+
},
|
|
88920
|
+
"description": "The Crystallographic Defect Core Ontology (CDCO) defines the common terminology shared across all types of crystallographic defects, providing a unified framework for data integration in materials science.",
|
|
88921
|
+
"download_owl": "https://github.com/OCDO/cdco/raw/refs/heads/main/cdco.owl",
|
|
88922
|
+
"example": "hasDefectComplex",
|
|
88923
|
+
"github_request_issue": 1742,
|
|
88924
|
+
"homepage": "https://github.com/OCDO/cdco",
|
|
88925
|
+
"license": "CC-BY-4.0",
|
|
88926
|
+
"logo": "https://raw.githubusercontent.com/OCDO/.github/refs/heads/main/profile/ocdo_logo.png",
|
|
88927
|
+
"name": "Crystallographic Defect Core Ontology",
|
|
88928
|
+
"publications": [],
|
|
88929
|
+
"repository": "https://github.com/OCDO/cdco",
|
|
88930
|
+
"reviewer": {
|
|
88931
|
+
"email": "cthoyt@gmail.com",
|
|
88932
|
+
"github": "cthoyt",
|
|
88933
|
+
"name": "Charles Tapley Hoyt",
|
|
88934
|
+
"orcid": "0000-0003-4423-4370"
|
|
88935
|
+
},
|
|
88936
|
+
"uri_format": "http://purls.helmholtz-metadaten.de/cdos/cdco/$1"
|
|
88937
|
+
},
|
|
88857
88938
|
"oci": {
|
|
88858
88939
|
"biocontext": {
|
|
88859
88940
|
"prefix": "OCI"
|
|
@@ -131717,6 +131798,42 @@
|
|
|
131717
131798
|
"name": "WGS84 Geo Positioning",
|
|
131718
131799
|
"uri_format": "http://www.w3.org/2003/01/geo/wgs84_pos#$1"
|
|
131719
131800
|
},
|
|
131801
|
+
"who.va": {
|
|
131802
|
+
"contributor": {
|
|
131803
|
+
"email": "b.gyori@northeastern.edu",
|
|
131804
|
+
"github": "bgyori",
|
|
131805
|
+
"name": "Benjamin M. Gyori",
|
|
131806
|
+
"orcid": "0000-0001-9439-5346"
|
|
131807
|
+
},
|
|
131808
|
+
"description": "Identifiers assigned by the World Health Organization for coding causes of death from verbal autopsy (VA) reports. These codes are produced as outputs in standard VA analysis software.",
|
|
131809
|
+
"example": "VAs-09.01",
|
|
131810
|
+
"example_extras": [
|
|
131811
|
+
"VAs-09"
|
|
131812
|
+
],
|
|
131813
|
+
"github_request_issue": 1739,
|
|
131814
|
+
"homepage": "https://www.who.int/publications/m/item/verbal-autopsy-standards-the-2016-who-verbal-autopsy-instrument",
|
|
131815
|
+
"keywords": [
|
|
131816
|
+
"cause of death",
|
|
131817
|
+
"verbal autopsy"
|
|
131818
|
+
],
|
|
131819
|
+
"name": "World Health Organization Verbal Autopsy Code",
|
|
131820
|
+
"pattern": "^VAs-\\d{2}(?:\\.\\d{2})?$",
|
|
131821
|
+
"publications": [
|
|
131822
|
+
{
|
|
131823
|
+
"doi": "10.1371/journal.pmed.1002486",
|
|
131824
|
+
"pmc": "PMC5761828",
|
|
131825
|
+
"pubmed": "29320495",
|
|
131826
|
+
"title": "The WHO 2016 verbal autopsy instrument: An international standard suitable for automated analysis by InterVA, InSilicoVA, and Tariff 2.0",
|
|
131827
|
+
"year": 2018
|
|
131828
|
+
}
|
|
131829
|
+
],
|
|
131830
|
+
"reviewer": {
|
|
131831
|
+
"email": "cthoyt@gmail.com",
|
|
131832
|
+
"github": "cthoyt",
|
|
131833
|
+
"name": "Charles Tapley Hoyt",
|
|
131834
|
+
"orcid": "0000-0003-4423-4370"
|
|
131835
|
+
}
|
|
131836
|
+
},
|
|
131720
131837
|
"wicell": {
|
|
131721
131838
|
"cellosaurus": {
|
|
131722
131839
|
"category": "Cell line collections (Providers)",
|
|
Binary file
|
|
Binary file
|
|
@@ -38,6 +38,9 @@ def curie_from_iri(
|
|
|
38
38
|
instead of the canonicalized Bioregistry prefix.
|
|
39
39
|
|
|
40
40
|
:returns: A CURIE string, if the IRI can be parsed.
|
|
41
|
+
|
|
42
|
+
>>> curie_from_iri("http://purl.bioontology.org/ontology/NCBITAXON/131567")
|
|
43
|
+
'ncbitaxon:131567'
|
|
41
44
|
"""
|
|
42
45
|
rv = parse_iri(
|
|
43
46
|
iri, use_preferred=use_preferred, on_failure_return_type=FailureReturnType.single
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/static/funding-manifest-urls.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/highlights/owners.html
RENAMED
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/highlights/relations.html
RENAMED
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/highlights/twitter.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/acknowledgements.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/app/templates/meta/sustainability.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_descriptions_from_gs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/add_provider_status_curations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/import_pc_semiautomatic.py
RENAMED
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/ingest_prefixmaps_bioportal.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/map_bartoc_via_wikidata.py
RENAMED
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/map_re3data_via_fairsharing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/suggest_author_curation.py
RENAMED
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/curation/suggest_uniprot_providers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biocontext/processed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/biolink/processing_biolink.json
RENAMED
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/bioportal/agroportal.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/cellosaurus/processed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/fairsharing/processed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/obofoundry/processed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/prefixcommons/__init__.py
RENAMED
|
File without changes
|
{bioregistry-0.13.3 → bioregistry-0.13.4}/src/bioregistry/external/prefixcommons/processed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|