bioregistry 0.13.9__tar.gz → 0.13.10__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.9 → bioregistry-0.13.10}/PKG-INFO +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/pyproject.toml +2 -2
- bioregistry-0.13.10/src/bioregistry/.DS_Store +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/__init__.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/analysis/paper_ranking.py +6 -2
- bioregistry-0.13.10/src/bioregistry/app/.DS_Store +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/api.py +1 -2
- bioregistry-0.13.10/src/bioregistry/app/templates/.DS_Store +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/ui.py +3 -3
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/bibliometrics.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/cli.py +1 -1
- bioregistry-0.13.10/src/bioregistry/curation/.DS_Store +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_cessda.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_provider_status_curations.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/clean_publications.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/enrich_publications.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/bioregistry.json +51 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/collections.json +16 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/rdf_export.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/tables_export.py +1 -1
- bioregistry-0.13.10/src/bioregistry/external/.DS_Store +0 -0
- bioregistry-0.13.10/src/bioregistry/external/miriam/.DS_Store +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/record_accumulator.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/resolve.py +1 -2
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/resource_manager.py +1 -1
- bioregistry-0.13.10/src/bioregistry/schema/.DS_Store +0 -0
- bioregistry-0.13.10/src/bioregistry/schema/__init__.py +50 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/schema/struct.py +3 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/version.py +1 -1
- bioregistry-0.13.9/src/bioregistry/schema/__init__.py +0 -26
- {bioregistry-0.13.9 → bioregistry-0.13.10}/LICENSE +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/README.md +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/analysis/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/analysis/bioregistry_diff.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/analysis/mapping_checking.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/constants.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/impl.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/proxies.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/czi.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/dalia.png +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/dfg.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/funding-manifest-urls.txt +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/logo.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/nfdi4chem.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/northeastern.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/static/rwth-iac.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/base.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/collection.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/collections.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/context.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/contexts.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/contributor.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/contributors.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/highlights/owners.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/highlights/relations.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/highlights/twitter.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/home.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/keyword.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/keywords.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/macros.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/access.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/acknowledgements.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/download.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/related.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/schema.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/summary.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/meta/sustainability.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/metaresource.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/metaresources.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/prose.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/reference.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/resolve_errors/disallowed_identifier.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/resolve_errors/invalid_identifier.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/resolve_errors/missing_prefix.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/resolve_errors/missing_providers.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/resource.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/resources.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/test.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/wsgi.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/benchmarks/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/benchmarks/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/benchmarks/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/benchmarks/curie_parsing.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/benchmarks/curie_validation.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/benchmarks/uri_parsing.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/collection_api.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/compare.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/constants.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_co_providers.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_descriptions_from_gs.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_examples.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_examples_from_ols.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_ontology_regexes.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_sweet.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_wikidata_database.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/bulk_import.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/clean_licenses.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/clean_name_suffixes.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/cleanup_authors.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/deprecation_diff.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/find_contact_groups.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/fix_obo_purls.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/import_pc_semiautomatic.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/ingest_prefixmaps_bioportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/literature.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/make_description_curation_sheet.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/make_health_report_curation_sheet.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/map_bartoc_via_wikidata.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/map_re3data_via_fairsharing.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/nfdi_collections.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/odk_usage.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/rename_metaprefix.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/review_pc.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/seed_collection.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/suggest_author_curation.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/suggest_uniprot_providers.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/README.md +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/contexts.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/curated_mappings.sssom.tsv +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/curated_papers.tsv +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/data/metaregistry.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/prefix_maps.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/prefixcc.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/schema_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/sssom_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/tsv_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/warnings_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/export/yaml_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/aberowl/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/aberowl/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/align.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/alignment_utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bartoc/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bartoc/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/biocontext/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/biocontext/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/biolink/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/biolink/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/biolink/processing_biolink.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/agroportal.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/agroportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/bioportal.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/bioportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/ecoportal.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/bioportal/ecoportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/cellosaurus/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/cellosaurus/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/cheminf/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/cheminf/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/cropoct/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/cropoct/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/edam/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/edam/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/fairsharing/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/fairsharing/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/go/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/go/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/go/processing_go.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/hl7/OID_Report.csv +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/hl7/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/integbio/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/integbio/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/lov/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/lov/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/miriam/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/miriam/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/n2t/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/n2t/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ncbi/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ncbi/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/obofoundry/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/obofoundry/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ols/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ols/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ols/processing_ols.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ols/tib-processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ols/tib-processing-config.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ols/tib.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ontobee/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/ontobee/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/pathguide/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/prefixcommons/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/prefixcommons/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/re3data/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/re3data/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/rrid/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/togoid/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/togoid/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/uniprot/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/uniprot/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/wikidata/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/wikidata/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/zazuko/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/external/zazuko/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/gh/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/gh/github_client.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/gh/new_prefix.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/health/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/health/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/health/check_homepages.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/health/check_providers.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/health/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/license_standardizer.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/lint.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/metaresource_api.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/pandas.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/parse_iri.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/parse_version_iri.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/py.typed +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/reference.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/resolve_identifier.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/schema/constants.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/schema/schema.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/schema/utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/schema_utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/summary.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/upload_ndex.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/uri_format.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/validate/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/validate/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.10}/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.10
|
|
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.10"
|
|
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.10"
|
|
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
|
|
@@ -400,7 +400,7 @@ def predict_and_save(
|
|
|
400
400
|
:param path: Path to save the predictions.
|
|
401
401
|
"""
|
|
402
402
|
x_meta = pd.DataFrame()
|
|
403
|
-
x_transformed = vectorizer.transform(df
|
|
403
|
+
x_transformed = vectorizer.transform(_concat(df))
|
|
404
404
|
for name, clf in classifiers:
|
|
405
405
|
x_meta[name] = _predict(clf, x_transformed)
|
|
406
406
|
|
|
@@ -524,7 +524,7 @@ def train(
|
|
|
524
524
|
df = pd.concat(curated_dfs)[["pubmed", "title", "abstract", "relevant"]]
|
|
525
525
|
|
|
526
526
|
df["abstract"] = df["abstract"].fillna("")
|
|
527
|
-
df["title_abstract"] = df
|
|
527
|
+
df["title_abstract"] = _concat(df)
|
|
528
528
|
df = df[df.title_abstract.notna()]
|
|
529
529
|
df = df.drop_duplicates()
|
|
530
530
|
_echo_stats(df, "combine curated publications")
|
|
@@ -582,5 +582,9 @@ def train(
|
|
|
582
582
|
return TrainingResult(curated_pubmed_ids, vectorizer, classifiers, meta_clf)
|
|
583
583
|
|
|
584
584
|
|
|
585
|
+
def _concat(df: pd.DataFrame) -> pd.Series[str]:
|
|
586
|
+
return cast("pd.Series[str]", df["title"]) + " " + cast("pd.Series[str]", df["abstract"])
|
|
587
|
+
|
|
588
|
+
|
|
585
589
|
if __name__ == "__main__":
|
|
586
590
|
main()
|
|
Binary file
|
|
@@ -19,8 +19,7 @@ from ..export.rdf_export import (
|
|
|
19
19
|
resource_to_rdf_str,
|
|
20
20
|
)
|
|
21
21
|
from ..resource_manager import Manager
|
|
22
|
-
from ..schema import Attributable, sanitize_mapping
|
|
23
|
-
from ..schema.struct import Collection, Context, Registry, Resource
|
|
22
|
+
from ..schema import Attributable, Collection, Context, Registry, Resource, sanitize_mapping
|
|
24
23
|
from ..schema_utils import (
|
|
25
24
|
read_collections_contributions,
|
|
26
25
|
read_prefix_contacts,
|
|
Binary file
|
|
@@ -38,9 +38,8 @@ from ..export.rdf_export import (
|
|
|
38
38
|
metaresource_to_rdf_str,
|
|
39
39
|
resource_to_rdf_str,
|
|
40
40
|
)
|
|
41
|
-
from ..schema import
|
|
42
|
-
|
|
43
|
-
from ..schema.struct import (
|
|
41
|
+
from ..schema import (
|
|
42
|
+
Context,
|
|
44
43
|
Registry,
|
|
45
44
|
RegistryGovernance,
|
|
46
45
|
RegistryQualities,
|
|
@@ -49,6 +48,7 @@ from ..schema.struct import (
|
|
|
49
48
|
get_json_schema,
|
|
50
49
|
schema_status_map,
|
|
51
50
|
)
|
|
51
|
+
from ..schema.constants import SCHEMA_TERMS
|
|
52
52
|
from ..schema_utils import (
|
|
53
53
|
read_collections_contributions,
|
|
54
54
|
read_context_contributions,
|
|
@@ -8,7 +8,7 @@ from collections.abc import Iterable
|
|
|
8
8
|
from typing import TYPE_CHECKING
|
|
9
9
|
|
|
10
10
|
from .resource_manager import manager
|
|
11
|
-
from .schema
|
|
11
|
+
from .schema import Publication, deduplicate_publications
|
|
12
12
|
|
|
13
13
|
if TYPE_CHECKING:
|
|
14
14
|
import pandas
|
|
@@ -8,7 +8,7 @@ from .app.cli import web
|
|
|
8
8
|
from .compare import compare
|
|
9
9
|
from .export.cli import export
|
|
10
10
|
from .lint import lint
|
|
11
|
-
from .schema
|
|
11
|
+
from .schema import generate_schema
|
|
12
12
|
from .utils import get_hexdigests, secho
|
|
13
13
|
from .validate.cli import validate
|
|
14
14
|
from .version import VERSION
|
|
Binary file
|
|
@@ -13,7 +13,7 @@ from tabulate import tabulate
|
|
|
13
13
|
from tqdm import tqdm
|
|
14
14
|
|
|
15
15
|
import bioregistry
|
|
16
|
-
from bioregistry.schema
|
|
16
|
+
from bioregistry.schema import Author, Organization
|
|
17
17
|
|
|
18
18
|
BASE = "https://vocabularies.cessda.eu"
|
|
19
19
|
MODULE = pystow.module("cessda")
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_provider_status_curations.py
RENAMED
|
@@ -8,7 +8,7 @@ import pandas as pd
|
|
|
8
8
|
from tqdm import tqdm
|
|
9
9
|
|
|
10
10
|
from bioregistry import manager
|
|
11
|
-
from bioregistry.schema
|
|
11
|
+
from bioregistry.schema import StatusCheck
|
|
12
12
|
|
|
13
13
|
URL = "https://docs.google.com/spreadsheets/d/e/2PACX-1vSC8RAMlNGauLHJb1RGwFuvC2LBJBjeeICRtq596npE6G4ZjZwX8W_Fz031hAfqsbu6f9Ruxl2PTsFx/pub?gid=1207894592&single=true&output=tsv"
|
|
14
14
|
|
|
@@ -13,7 +13,7 @@ from manubot.cite.pubmed import get_pmid_for_doi, get_pubmed_csl_item
|
|
|
13
13
|
from tqdm import tqdm
|
|
14
14
|
|
|
15
15
|
from bioregistry import manager
|
|
16
|
-
from bioregistry.schema
|
|
16
|
+
from bioregistry.schema import Publication, deduplicate_publications
|
|
17
17
|
from bioregistry.utils import removeprefix
|
|
18
18
|
|
|
19
19
|
|
|
@@ -10915,15 +10915,38 @@
|
|
|
10915
10915
|
"orcid": "0000-0003-4423-4370"
|
|
10916
10916
|
},
|
|
10917
10917
|
"description": "Bioschemas aims to improve the Findability on the Web of life sciences resources such as datasets, software, and training materials. It does this by encouraging people in the life sciences to use Schema.org markup in their websites so that they are indexable by search engines and other services. Bioschemas encourages the consistent use of markup to ease the consumption of the contained markup across many sites. This structured information then makes it easier to discover, collate, and analyse distributed resources. [from BioSchemas.org]",
|
|
10918
|
+
"download_rdf": "https://bioschemas.org/types/bioschemas_types.ttl",
|
|
10918
10919
|
"example": "Dataset",
|
|
10919
10920
|
"homepage": "https://bioschemas.org",
|
|
10920
10921
|
"mappings": {
|
|
10921
10922
|
"biolink": "bioschemas"
|
|
10922
10923
|
},
|
|
10923
10924
|
"name": "BioSchemas",
|
|
10925
|
+
"providers": [
|
|
10926
|
+
{
|
|
10927
|
+
"code": "draft",
|
|
10928
|
+
"description": "BioSchemas makes a difference between its draft and released terms by putting them in different namespaces. This causes problems when consuming it, so this URI format maps them all into a unified semantic space",
|
|
10929
|
+
"homepage": "https://bioschemas.org",
|
|
10930
|
+
"name": "BioSchemas Draft",
|
|
10931
|
+
"uri_format": "https://bioschemas.org/draft_terms/$1"
|
|
10932
|
+
},
|
|
10933
|
+
{
|
|
10934
|
+
"code": "w3id",
|
|
10935
|
+
"uri_format": "https://w3id.org/bioschemas/terms/$1"
|
|
10936
|
+
},
|
|
10937
|
+
{
|
|
10938
|
+
"code": "term",
|
|
10939
|
+
"uri_format": "https://bioschemas.org/terms/$1"
|
|
10940
|
+
},
|
|
10941
|
+
{
|
|
10942
|
+
"code": "biothings",
|
|
10943
|
+
"uri_format": "https://discovery.biothings.io/view/bioschemastypes/$1"
|
|
10944
|
+
}
|
|
10945
|
+
],
|
|
10924
10946
|
"repository": "https://github.com/BioSchemas/specifications",
|
|
10925
10947
|
"synonyms": [
|
|
10926
|
-
"bioschema"
|
|
10948
|
+
"bioschema",
|
|
10949
|
+
"bioschemas_draft"
|
|
10927
10950
|
],
|
|
10928
10951
|
"twitter": "bioschemas",
|
|
10929
10952
|
"uri_format": "https://bioschemas.org/profiles/$1"
|
|
@@ -18388,6 +18411,8 @@
|
|
|
18388
18411
|
"name": "Charles Tapley Hoyt",
|
|
18389
18412
|
"orcid": "0000-0003-4423-4370"
|
|
18390
18413
|
},
|
|
18414
|
+
"description": "A data model for managing information about chemical entities, ranging from atoms through molecules to complex mixtures.",
|
|
18415
|
+
"download_owl": "https://raw.githubusercontent.com/chemkg/chemrof/main/schema/owl/chemrof.owl.ttl",
|
|
18391
18416
|
"example": "FullySpecifiedAtom",
|
|
18392
18417
|
"homepage": "https://chemkg.github.io/chemrof/",
|
|
18393
18418
|
"mappings": {
|
|
@@ -39764,6 +39789,31 @@
|
|
|
39764
39789
|
"homepage": "https://www.ema.europa.eu/en/medicines",
|
|
39765
39790
|
"name": "European Medicines Evaluation Agency"
|
|
39766
39791
|
},
|
|
39792
|
+
"emg": {
|
|
39793
|
+
"contact": {
|
|
39794
|
+
"email": "oonagh.mannix@helmholtz-berlin.de",
|
|
39795
|
+
"name": "Oonagh Brendike-Mannix",
|
|
39796
|
+
"orcid": "0000-0003-0575-2853"
|
|
39797
|
+
},
|
|
39798
|
+
"contributor": {
|
|
39799
|
+
"email": "cthoyt@gmail.com",
|
|
39800
|
+
"github": "cthoyt",
|
|
39801
|
+
"name": "Charles Tapley Hoyt",
|
|
39802
|
+
"orcid": "0000-0003-4423-4370"
|
|
39803
|
+
},
|
|
39804
|
+
"description": "The Electron Microscopy (EM) Glossary is a widespread community effort to harmonize terminology in the electron and ion microscopies. It is created in a not-for profit collaboration between academic and non-university research institutions including domain and metadata experts. It provides harmonized terminology for application level semantic artifacts to source from and align with. [from homepage]",
|
|
39805
|
+
"download_owl": "https://owl.emglossary.helmholtz-metadaten.de/ontology.owl",
|
|
39806
|
+
"download_rdf": "https://owl.emglossary.helmholtz-metadaten.de/ontology.ttl",
|
|
39807
|
+
"example": "00000005",
|
|
39808
|
+
"homepage": "https://purls.helmholtz-metadaten.de/emg",
|
|
39809
|
+
"license": "CC-BY-4.0",
|
|
39810
|
+
"logo": "https://codebase.helmholtz.cloud/em_glossary/em_glossary/-/raw/main/EMGlossary.png",
|
|
39811
|
+
"name": "Electron Microscopy Glossary",
|
|
39812
|
+
"pattern": "^\\d{8}$",
|
|
39813
|
+
"rdf_uri_format": "https://purls.helmholtz-metadaten.de/emg/EMG_$1",
|
|
39814
|
+
"repository": "https://codebase.helmholtz.cloud/em_glossary/em_glossary",
|
|
39815
|
+
"uri_format": "https://purls.helmholtz-metadaten.de/emg/EMG_$1"
|
|
39816
|
+
},
|
|
39767
39817
|
"emi": {
|
|
39768
39818
|
"contact": {
|
|
39769
39819
|
"email": "Tarcisio.Mendes@sib.swiss",
|
|
@@ -1196,6 +1196,22 @@
|
|
|
1196
1196
|
"nfdi4culture.cto",
|
|
1197
1197
|
"premis"
|
|
1198
1198
|
]
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"authors": [
|
|
1202
|
+
{
|
|
1203
|
+
"email": "cthoyt@gmail.com",
|
|
1204
|
+
"github": "cthoyt",
|
|
1205
|
+
"name": "Charles Tapley Hoyt",
|
|
1206
|
+
"orcid": "0000-0003-4423-4370"
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"description": "Prefixes for ontologies relevant for DAPHNE4NFDI.",
|
|
1210
|
+
"identifier": "0000026",
|
|
1211
|
+
"name": "DAPHNE4NFDI Ontologies",
|
|
1212
|
+
"resources": [
|
|
1213
|
+
"emg"
|
|
1214
|
+
]
|
|
1199
1215
|
}
|
|
1200
1216
|
]
|
|
1201
1217
|
}
|
|
@@ -32,6 +32,7 @@ from ..constants import (
|
|
|
32
32
|
SCHEMA_TURTLE_PATH,
|
|
33
33
|
)
|
|
34
34
|
from ..resource_manager import Manager, manager
|
|
35
|
+
from ..schema import Collection, Registry, Resource
|
|
35
36
|
from ..schema.constants import (
|
|
36
37
|
ROR,
|
|
37
38
|
WIKIDATA,
|
|
@@ -42,7 +43,6 @@ from ..schema.constants import (
|
|
|
42
43
|
bioregistry_schema,
|
|
43
44
|
get_schema_rdf,
|
|
44
45
|
)
|
|
45
|
-
from ..schema.struct import Collection, Registry, Resource
|
|
46
46
|
|
|
47
47
|
logger = logging.getLogger(__name__)
|
|
48
48
|
|
|
@@ -14,7 +14,7 @@ from ..constants import (
|
|
|
14
14
|
TABLES_SUMMARY_LATEX_PATH,
|
|
15
15
|
)
|
|
16
16
|
from ..resolve import count_mappings
|
|
17
|
-
from ..schema
|
|
17
|
+
from ..schema import Registry
|
|
18
18
|
from ..schema_utils import read_metaregistry
|
|
19
19
|
from ..summary import BioregistrySummary
|
|
20
20
|
|
|
Binary file
|
|
Binary file
|
|
@@ -11,8 +11,7 @@ from typing import Any, Literal, overload
|
|
|
11
11
|
import curies
|
|
12
12
|
|
|
13
13
|
from .resource_manager import MetaresourceAnnotatedValue, manager
|
|
14
|
-
from .schema import Attributable, Resource
|
|
15
|
-
from .schema.struct import AnnotatedURL, Collection
|
|
14
|
+
from .schema import AnnotatedURL, Attributable, Collection, Resource
|
|
16
15
|
|
|
17
16
|
__all__ = [
|
|
18
17
|
"add_resource",
|
|
@@ -44,11 +44,11 @@ from .schema import (
|
|
|
44
44
|
Attributable,
|
|
45
45
|
Collection,
|
|
46
46
|
Context,
|
|
47
|
+
MetaprefixAnnotatedValue,
|
|
47
48
|
Registry,
|
|
48
49
|
Resource,
|
|
49
50
|
sanitize_model,
|
|
50
51
|
)
|
|
51
|
-
from .schema.struct import MetaprefixAnnotatedValue
|
|
52
52
|
from .schema_utils import (
|
|
53
53
|
_collections_from_path,
|
|
54
54
|
_contexts_from_path,
|
|
Binary file
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"""Data structures."""
|
|
2
|
+
|
|
3
|
+
from .struct import (
|
|
4
|
+
AnnotatedURL,
|
|
5
|
+
Attributable,
|
|
6
|
+
Author,
|
|
7
|
+
Collection,
|
|
8
|
+
Context,
|
|
9
|
+
MetaprefixAnnotatedValue,
|
|
10
|
+
Organization,
|
|
11
|
+
Provider,
|
|
12
|
+
Publication,
|
|
13
|
+
RDFFormat,
|
|
14
|
+
Registry,
|
|
15
|
+
RegistryGovernance,
|
|
16
|
+
RegistryQualities,
|
|
17
|
+
RegistrySchema,
|
|
18
|
+
Resource,
|
|
19
|
+
StatusCheck,
|
|
20
|
+
deduplicate_publications,
|
|
21
|
+
generate_schema,
|
|
22
|
+
get_json_schema,
|
|
23
|
+
schema_status_map,
|
|
24
|
+
)
|
|
25
|
+
from .utils import sanitize_mapping, sanitize_model
|
|
26
|
+
|
|
27
|
+
__all__ = [
|
|
28
|
+
"AnnotatedURL",
|
|
29
|
+
"Attributable",
|
|
30
|
+
"Author",
|
|
31
|
+
"Collection",
|
|
32
|
+
"Context",
|
|
33
|
+
"MetaprefixAnnotatedValue",
|
|
34
|
+
"Organization",
|
|
35
|
+
"Provider",
|
|
36
|
+
"Publication",
|
|
37
|
+
"RDFFormat",
|
|
38
|
+
"Registry",
|
|
39
|
+
"RegistryGovernance",
|
|
40
|
+
"RegistryQualities",
|
|
41
|
+
"RegistrySchema",
|
|
42
|
+
"Resource",
|
|
43
|
+
"StatusCheck",
|
|
44
|
+
"deduplicate_publications",
|
|
45
|
+
"generate_schema",
|
|
46
|
+
"get_json_schema",
|
|
47
|
+
"sanitize_mapping",
|
|
48
|
+
"sanitize_model",
|
|
49
|
+
"schema_status_map",
|
|
50
|
+
]
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"""Data structures."""
|
|
2
|
-
|
|
3
|
-
from .struct import (
|
|
4
|
-
Attributable,
|
|
5
|
-
Author,
|
|
6
|
-
Collection,
|
|
7
|
-
Context,
|
|
8
|
-
Publication,
|
|
9
|
-
Registry,
|
|
10
|
-
Resource,
|
|
11
|
-
get_json_schema,
|
|
12
|
-
)
|
|
13
|
-
from .utils import sanitize_mapping, sanitize_model
|
|
14
|
-
|
|
15
|
-
__all__ = [
|
|
16
|
-
"Attributable",
|
|
17
|
-
"Author",
|
|
18
|
-
"Collection",
|
|
19
|
-
"Context",
|
|
20
|
-
"Publication",
|
|
21
|
-
"Registry",
|
|
22
|
-
"Resource",
|
|
23
|
-
"get_json_schema",
|
|
24
|
-
"sanitize_mapping",
|
|
25
|
-
"sanitize_model",
|
|
26
|
-
]
|
|
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.9 → bioregistry-0.13.10}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/highlights/owners.html
RENAMED
|
File without changes
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/app/templates/highlights/relations.html
RENAMED
|
File without changes
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/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.9 → bioregistry-0.13.10}/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.9 → bioregistry-0.13.10}/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
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_descriptions_from_gs.py
RENAMED
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_examples_from_ols.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bioregistry-0.13.9 → bioregistry-0.13.10}/src/bioregistry/curation/add_wikidata_database.py
RENAMED
|
File without changes
|
|
File without changes
|