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

major refactor of TRAPI and summarization code #231

Open
wants to merge 74 commits into
base: develop
Choose a base branch
from

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    354e57e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. cleanup and begin splitting up trapi.mjs

    Guthrie Price committed May 15, 2024
    Configuration menu
    Copy the full SHA
    111946e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a687846 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. refactor TRAPI query graph generation

    Guthrie Price committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d04521d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. add TRAPI loading into QGraph elements

    Guthrie Price committed May 19, 2024
    Configuration menu
    Copy the full SHA
    78aae5f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix merge conflicts

    Guthrie Price committed May 21, 2024
    Configuration menu
    Copy the full SHA
    566d111 View commit details
    Browse the repository at this point in the history
  2. fix bug when merging publications

    Guthrie Price committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9a003d6 View commit details
    Browse the repository at this point in the history
  3. add qualified predicate to MVP2 query

    Guthrie Price committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4fa3528 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix merge conflict

    Guthrie Price committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fcaf428 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed May 23, 2024
    Configuration menu
    Copy the full SHA
    51a8346 View commit details
    Browse the repository at this point in the history
  2. reorganize file

    Guthrie Price committed May 23, 2024
    Configuration menu
    Copy the full SHA
    22ec3a6 View commit details
    Browse the repository at this point in the history
  3. convert summary metadata to class

    Guthrie Price committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c4676c8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. simplify the number of extraction rule helpers

    Guthrie Price committed May 24, 2024
    Configuration menu
    Copy the full SHA
    034b2b8 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    Guthrie Price committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a2e4178 View commit details
    Browse the repository at this point in the history
  3. add transfromProperty

    Guthrie Price committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5a6a9e4 View commit details
    Browse the repository at this point in the history
  4. fix bug in transformProperty

    Guthrie Price committed May 24, 2024
    Configuration menu
    Copy the full SHA
    47ae158 View commit details
    Browse the repository at this point in the history
  5. fix bug with getProperty

    Guthrie Price committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5c9c357 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. changes to attribute gathering for clarity

    Guthrie Price committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c59f163 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. finish cleaning up attribute extraction code

    Guthrie Price committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a6aab0e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed May 31, 2024
    Configuration menu
    Copy the full SHA
    721523e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix merge conflict

    Guthrie Price committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1049abe View commit details
    Browse the repository at this point in the history
  2. add TODO

    Guthrie Price committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    acd8e7a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. change name of summarization lib

    Guthrie Price committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9b954a8 View commit details
    Browse the repository at this point in the history
  2. catch branch up with main (manual merge)

    Guthrie Price committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b57cf2a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. add TRAPI helpers for getting code kedge properties

    Guthrie Price committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d2537e7 View commit details
    Browse the repository at this point in the history
  2. add binding -> graph element helpers in TRAPI library

    Guthrie Price committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3789b5b View commit details
    Browse the repository at this point in the history
  3. simplify endpoint finding

    Guthrie Price committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9fdd77c View commit details
    Browse the repository at this point in the history
  4. add comments for getting result endpoints

    Guthrie Price committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f2bf832 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. add qualifier and support graph helpers

    Guthrie Price committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    40a9c48 View commit details
    Browse the repository at this point in the history
  2. cleanup qualified predicate generation

    Guthrie Price committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    36736c1 View commit details
    Browse the repository at this point in the history
  3. fix bug in getting tags

    Guthrie Price committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    128214a View commit details
    Browse the repository at this point in the history
  4. remove extra semicolon

    Guthrie Price committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    83659d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix bug that caused support paths not to be generated

    Guthrie Price committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ea9eb42 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. better naming for qualified predicate generation

    Guthrie Price committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ca5bbc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. improve tagging code

    Guthrie Price committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    59cd5a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix bug in tagging attributes introduced in refactor

    Guthrie Price committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9985f7e View commit details
    Browse the repository at this point in the history
  2. remove debug log files

    Guthrie Price committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    01fe1e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    a7fecbb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. doc updates; get rid of uneeded getter function

    Guthrie Price committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bbc107a View commit details
    Browse the repository at this point in the history
  2. refactor summary edges and dependant code

    Guthrie Price committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    524b6c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. update to develop; fix regression testing

    Guthrie Price committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e5d44a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6dc99d9 View commit details
    Browse the repository at this point in the history
  2. Throw an explicit error when a message is missing a QG

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a02efcc View commit details
    Browse the repository at this point in the history
  3. Shorten variable names for summary and fragment

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8835ec6 View commit details
    Browse the repository at this point in the history
  4. Change naming for tag functions for consistency

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6561160 View commit details
    Browse the repository at this point in the history
  5. Move helpers to trapi.mjs; Rename ids for clarity

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    89bf1aa View commit details
    Browse the repository at this point in the history
  6. Shorten names to increase readability

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    97c9a5b View commit details
    Browse the repository at this point in the history
  7. Move Summary classes; Shorten names for clarity

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    55217dd View commit details
    Browse the repository at this point in the history
  8. Add utility functions; Rename for clarity

    Guthrie Price committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bc0deb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Renaming for clarity

    Guthrie Price committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9853989 View commit details
    Browse the repository at this point in the history
  2. Naming for clarity

    Guthrie Price committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    35aba70 View commit details
    Browse the repository at this point in the history
  3. Fix regression tests

    Guthrie Price committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    108eb4b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix bugs in bta processing

    Guthrie Price committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    91e67ee View commit details
    Browse the repository at this point in the history
  2. resolve equal summary paths in pidSort

    Guthrie Price committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c79189e View commit details
    Browse the repository at this point in the history
  3. Fix bug with result tag gathering

    Guthrie Price committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    020bb16 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix merge conflicts

    Guthrie Price committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e8c1d2f View commit details
    Browse the repository at this point in the history
  2. Fix multiple bugs found in regression testing

    Guthrie Price committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a772f63 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix bug in pidSort

    Guthrie Price committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d630bfd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4156ca0 View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts with test/regression

    Guthrie Price committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    96fd38b View commit details
    Browse the repository at this point in the history
  4. remove unnecessary log

    Guthrie Price committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dec31db View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix biothings curie annotation gathering

    Guthrie Price committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    78bf029 View commit details
    Browse the repository at this point in the history
  2. Change regression configuration to be production config

    Guthrie Price committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fa511ae View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. fix bugs with BTA attribuate process

    Guthrie Price committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    04f1540 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1e50003 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    63b2145 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge branch 'develop' into refactor/trapi-cleanup

    Guthrie Price committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b666d5d View commit details
    Browse the repository at this point in the history
  2. Remove bad regression test

    Guthrie Price committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    acdda0b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. merge with develop

    Guthrie Price committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    97dd1e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. finish tag restructuring merge

    Guthrie Price committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    126ade0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add submission of pathfinder queries

    Guthrie Price committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7e0ca26 View commit details
    Browse the repository at this point in the history
  2. Finish merging pathfinder changes

    Guthrie Price committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a59da2f View commit details
    Browse the repository at this point in the history
  3. fix bug with wrong name for path id generation

    Guthrie Price committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    02c2437 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. add constraints to pathfinder query

    Guthrie Price committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b347cf4 View commit details
    Browse the repository at this point in the history