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

Expanding hints scope #1294

Merged
merged 4 commits into from
Aug 9, 2024
Merged

Expanding hints scope #1294

merged 4 commits into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. // Contents:

    - Now it accepts all hint types from PubTator rather than just organisms. e.g. genes, cell lines, diseases, chemicals
    - Added tests for the new hint types.
    - Updated the hint model to accept all hint types.
    fileoy committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4c77a8b View commit details
    Browse the repository at this point in the history
  2. typo

    fileoy committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    47880d9 View commit details
    Browse the repository at this point in the history
  3. fixed logic error

    fileoy committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c33831e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. // Content:

    - hint model constructor modified to use setters to initialize properties and enforce validation
    - pubtator test updated to use new getter methods to access hint properties rather than direct access to properties
    fileoy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0db7739 View commit details
    Browse the repository at this point in the history