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

Fixed validation issue with different geneset_def_version #6817

Merged
merged 2 commits into from
Nov 18, 2019

Commits on Nov 14, 2019

  1. Fixed validation issue with different geneset_def_version

    The current validation process of cBioPortal studies does not throw an
    error when the property geneset_def_version is different in the study
    from the one in the database. This leads to an error throwing when
    cBioPortal tries to load the study.
    Fixed it by first adding the geneset version from database to the API
    and also to PortalInfo, then retrieving it in the validateData.py script
    and comparing it to geneset_def_version in the study.
    Diana Baiceanu committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    dc7f214 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Fixed validation issue with different geneset_def_version (2)

    Updated the test folder so the python test scripts will run with the new
    changes.
    Diana Baiceanu committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    3e5f471 View commit details
    Browse the repository at this point in the history