bioregistry 0.13.9__tar.gz → 0.13.11__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.11}/PKG-INFO +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/pyproject.toml +2 -2
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/__init__.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/analysis/paper_ranking.py +6 -2
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/api.py +1 -2
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/ui.py +3 -3
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/bibliometrics.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/cli.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_cessda.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_provider_status_curations.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/clean_publications.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/enrich_publications.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/bioregistry.json +312 -39
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/collections.json +26 -2
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/rdf_export.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/tables_export.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/aberowl/processed.json +49 -20
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bartoc/processed.json +133 -11
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/agroportal.json +11 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/fairsharing/processed.json +96 -4
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/integbio/processed.json +6 -4
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/lov/processed.json +10 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/obofoundry/processed.json +4 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ols/processed.json +39 -27
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/re3data/processed.json +22 -8
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/record_accumulator.py +1 -1
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/resolve.py +1 -2
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/resource_manager.py +1 -1
- bioregistry-0.13.11/src/bioregistry/schema/__init__.py +50 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/schema/struct.py +3 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/version.py +1 -1
- bioregistry-0.13.9/src/bioregistry/schema/__init__.py +0 -26
- {bioregistry-0.13.9 → bioregistry-0.13.11}/LICENSE +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/README.md +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/analysis/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/analysis/bioregistry_diff.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/analysis/mapping_checking.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/constants.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/impl.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/proxies.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/czi.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/dalia.png +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/dfg.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/funding-manifest-urls.txt +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/logo.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/nfdi4chem.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/northeastern.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/static/rwth-iac.svg +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/base.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/collection.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/collections.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/context.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/contexts.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/contributor.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/contributors.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/highlights/owners.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/highlights/relations.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/highlights/twitter.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/home.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/keyword.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/keywords.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/macros.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/access.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/acknowledgements.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/download.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/related.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/schema.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/summary.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/meta/sustainability.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/metaresource.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/metaresources.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/prose.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/reference.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/resolve_errors/disallowed_identifier.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/resolve_errors/invalid_identifier.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/resolve_errors/missing_prefix.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/resolve_errors/missing_providers.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/resource.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/templates/resources.html +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/test.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/app/wsgi.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/benchmarks/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/benchmarks/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/benchmarks/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/benchmarks/curie_parsing.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/benchmarks/curie_validation.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/benchmarks/uri_parsing.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/collection_api.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/compare.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/constants.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_co_providers.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_descriptions_from_gs.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_examples.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_examples_from_ols.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_ontology_regexes.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_sweet.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/add_wikidata_database.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/bulk_import.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/clean_licenses.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/clean_name_suffixes.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/cleanup_authors.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/deprecation_diff.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/find_contact_groups.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/fix_obo_purls.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/import_pc_semiautomatic.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/ingest_prefixmaps_bioportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/literature.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/make_description_curation_sheet.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/make_health_report_curation_sheet.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/map_bartoc_via_wikidata.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/map_re3data_via_fairsharing.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/nfdi_collections.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/odk_usage.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/rename_metaprefix.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/review_pc.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/seed_collection.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/suggest_author_curation.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/curation/suggest_uniprot_providers.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/README.md +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/contexts.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/curated_mappings.sssom.tsv +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/curated_papers.tsv +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/data/metaregistry.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/prefix_maps.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/prefixcc.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/schema_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/sssom_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/tsv_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/warnings_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/export/yaml_export.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/aberowl/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/align.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/alignment_utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bartoc/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/biocontext/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/biocontext/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/biolink/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/biolink/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/biolink/processing_biolink.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/agroportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/bioportal.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/bioportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/ecoportal.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/bioportal/ecoportal.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/cellosaurus/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/cellosaurus/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/cheminf/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/cheminf/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/cropoct/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/cropoct/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/edam/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/edam/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/fairsharing/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/go/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/go/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/go/processing_go.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/hl7/OID_Report.csv +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/hl7/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/integbio/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/lov/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/miriam/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/miriam/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/n2t/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/n2t/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ncbi/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ncbi/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/obofoundry/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ols/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ols/processing_ols.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ols/tib-processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ols/tib-processing-config.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ols/tib.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ontobee/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/ontobee/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/pathguide/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/prefixcommons/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/prefixcommons/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/re3data/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/rrid/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/togoid/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/togoid/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/uniprot/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/uniprot/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/wikidata/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/wikidata/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/zazuko/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/external/zazuko/processed.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/gh/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/gh/github_client.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/gh/new_prefix.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/health/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/health/__main__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/health/check_homepages.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/health/check_providers.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/health/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/license_standardizer.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/lint.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/metaresource_api.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/pandas.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/parse_iri.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/parse_version_iri.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/py.typed +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/reference.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/resolve_identifier.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/schema/constants.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/schema/schema.json +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/schema/utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/schema_utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/summary.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/upload_ndex.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/uri_format.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/utils.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/validate/__init__.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/src/bioregistry/validate/cli.py +0 -0
- {bioregistry-0.13.9 → bioregistry-0.13.11}/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.11
|
|
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.11"
|
|
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.11"
|
|
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}",
|
|
@@ -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()
|
|
@@ -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,
|
|
@@ -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
|
|
@@ -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.11}/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
|
|