Skip to content

Releases: cBioPortal/cbioportal-frontend

v1.18.1

06 Dec 22:53
Compare
Choose a tag to compare

cbioportal/cbioportal

For a complete list of all backend commits see:

cBioPortal/cbioportal@v1.18.0...v1.18.1

cbioportal/cbioportal-frontend

For a complete list of all frontend commits see: v1.18.0...v1.18.1

v1.18.0

12 Nov 15:59
Compare
Choose a tag to compare

cbioportal/cbioportal:

  • Results page has been moved to frontend repo

cbioportal/cbioportal-frontend:

  • Results page has been ported to this repo making it part of the single page app. Only the study view page is still in the old architecture
  • Support coloring by mutation type in plots tab of results page

v1.17.1

15 Oct 14:39
Compare
Choose a tag to compare

cbioportal/cbioportal:

  • Database migration to v2.7.2. See the docs for an explanation of how to migrate. This fixes problems with the migration in v2.7.0 which was part of the 1.17.0 release. This recomputes MUTATION_COUNT and FRACTION_GENOME_ALTERED clinical data.
  • Fix issues in the importer to calculate FGA and MUTATION_COUNT (they would in many cases be N/A)

cbioportal/cbioportal-frontend:

v1.17.0

21 Sep 21:16
Compare
Choose a tag to compare

cbioportal/cbioportal:

  • upgrade to spring security v5
  • database migration to v2.7.0. This moves computed mutation_count and fraction_genome_altered to clinical data instead of having their own tables. See the docs for an explanation of how to migrate. This migration recomputes all mutation counts and fraction genome altered. For our production database it took 5-10m. It will depend on the amount of data you have and the performance of your mysql server.
  • Return p and q values for spearman calculation for coexpression
  • Show git commit info in /api/info endpoint. This uses the git commit id plugin, which might break your build if you don't compile with the .git folder present. It's easily ignored by running with heroku and public profile mvn -Pheroku,public clean install

cbioportal/cbioportal-frontend:

  • Handle mutation count and fraction genome altered as clinical data
  • Show p and q values for spearman in coexpression tab

Detailed issues/PRs

v1.16.1

21 Sep 21:10
Compare
Choose a tag to compare

cbioportal/cbioportal:

cbioportal/cbioportal-frontend:

  • fix data loading order bug on patient view (cBioPortal/cbioportal#4582)
  • increase oncoprint clinical track selector height (#1406)
  • Fix mutation mapper tool showing no mutations for BRCA1/BRCA2 (#1414)
  • Fix expression tab and plots tab coloring issues (#1413)
  • Fix profiled in tracks for multiple study query (#1418)
  • Increase coexpression dot size (#1419)
  • Expression tab styling fixes (#1420, #1438)
  • Remove Pearson from coexpression tab (#1439)
  • Fix case list issue when all cases list is in other category (#1449)
  • Gray nav buttons for genes w no mutations (#1469)
  • Fix bug where profiled tracks were appearing when they shouldn't (#1459)

v1.16.0

23 Aug 19:14
Compare
Choose a tag to compare

No frontend changes. Same as release v1.15.1. This release is merely to keep frontend version number in sync with backend.

v1.15.1

23 Aug 18:29
Compare
Choose a tag to compare

Oncoprint fixes/enhancements:

Other fixes:

  • Fix PDF download (#1371)
  • Add OQL banner to tabs that reflect OQL as well (cBioPortal/cbioportal#4595)
  • fix PDF survival chart (#1375)
  • Move legend to top in plots tab (#1369)
  • plots tab filter out N/A data (#1380)
  • allow to save png with background (#1382)
  • toggle OQL filtering in mutations tab (#1385)
  • on mutation mapper tool, only show mutations for the transcript being displayed (#1372)
  • CNA and putative driver coloring in expression tab (#1377)

v1.15.0

07 Aug 19:10
Compare
Choose a tag to compare
  • Tabs in query page refactored and now part of cbioportal-frontend repo:
    • plots
    • network (inside iframe)
    • bookmarks
    • expression
  • Updated MutationMapper tool to connect to Genome Nexus for annotating mutations on the fly
  • Total Mutations and Fraction Genome Altered are available in plots tab
  • Enhanced clinical attribute selector for Oncoprint, now showing sample counts per attribute

v1.14.1

07 Aug 16:28
Compare
Choose a tag to compare

v1.14.0

20 Jun 16:40
Compare
Choose a tag to compare