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 #799 #805

Merged
merged 18 commits into from
Feb 5, 2016
Merged

fixed #799 #805

merged 18 commits into from
Feb 5, 2016

Commits on Oct 16, 2015

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

Commits on Jan 26, 2016

  1. started v1.0.4-SNAPSHOT

    jjgao committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    66ef482 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    1287e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd6e30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db6bb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

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

Commits on Feb 1, 2016

  1. fixed cBioPortal#799

    jjgao committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    f5a15a8 View commit details
    Browse the repository at this point in the history
  2. only import human genes

    jjgao committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    2b8805e View commit details
    Browse the repository at this point in the history
  3. forgot to add the gene

    jjgao committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    d684789 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    9ae7522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981c882 View commit details
    Browse the repository at this point in the history
  3. Performance improvement: avoid large temporary table during DaoMutati…

    …on.countSamplesWithProteinPosStarts()
    
    - now construct geneId set from proteinPosStarts argument, and use for WHERE clause on table 'mutation'
    - previously temporary table before join might include almost all mutations (depending on supplied geneticProfileId argument)
    - changed join to an explicit INNER JOIN (from comma operator join)
    sheridancbio committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    bce2a0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a4ca1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a022ab7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Merge pull request cBioPortal#803 from sheridancbio/mysql_slowdown_da…

    …omutation_fix
    
    Fix DaoMutation call countSamplesWithProteinPosStarts to help with mysql slowdown
    jjgao committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    ee400f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cBioPortal#809 from jjgao/hotfix

    patient view performance: hide cbioportal column in mutations table & remove mut vs cna plot
    jjgao committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    1cd7b5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c051c6a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hotfix' into rc

    jjgao committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    13e4337 View commit details
    Browse the repository at this point in the history