Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CURIE ID query support (mygene support) #33

Merged
merged 14 commits into from
May 29, 2024

Commits on Feb 5, 2024

  1. Add the biolink prefix mapping to the settings ...

    Also separate the settings into a separate file for isolating the
    configuration from client construction methods
    Johnathan Schaff committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    925ffbe View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add work for supporting CURIE query support ...

    Specifically targets _getannotation and _getannotations methods at the
    moment and only for the mygene instance
    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8cc86e7 View commit details
    Browse the repository at this point in the history
  2. Update the tox configuration to use more modern python

    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5df0cb6 View commit details
    Browse the repository at this point in the history
  3. Change the default value for the prefix mapping

    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    55aef17 View commit details
    Browse the repository at this point in the history
  4. Add proper list formatting for the fields support

    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    74a447c View commit details
    Browse the repository at this point in the history
  5. Add proper multiple id/query argument handling

    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f1fa54c View commit details
    Browse the repository at this point in the history
  6. Add expectedFailure decorators to the chem tests

    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    eb0f17a View commit details
    Browse the repository at this point in the history
  7. Remove the default the regex pattern matching ...

    Not all of the different sites will work with that. Ran into issues
    with that default pattern with myvariant. Instead we should view this
    feature as specifically targetting support for the biolink prefixes
    and nothing else
    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9233d9e View commit details
    Browse the repository at this point in the history
  8. Remove client side CURIE support ...

    Pivot to adding testing and verification that the API / server side
    implementation supports the CURIE ID
    Johnathan Schaff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b4ad216 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Add the CURIE ID query testing for the mygene instance

    Johnathan Schaff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    15bb9d8 View commit details
    Browse the repository at this point in the history
  2. Remove unused pytest import

    Johnathan Schaff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d0cf666 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Re-add the comma splitting to _getannotations

    Johnathan Schaff committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b1ed10c View commit details
    Browse the repository at this point in the history
  2. Revert the base changes master branch

    Johnathan Schaff committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    690aeda View commit details
    Browse the repository at this point in the history
  3. Revert the chem tests to master branch

    Johnathan Schaff committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e5f0dc0 View commit details
    Browse the repository at this point in the history