Skip to content

Commit

Permalink
Merge pull request #707 from dbmi-bgm/bm-somatic-cgap1
Browse files Browse the repository at this point in the history
SomaticCGAP UI 1
  • Loading branch information
Bianca-Morris authored Jul 10, 2023
2 parents 897e186 + da01c61 commit 3f3c200
Show file tree
Hide file tree
Showing 36 changed files with 3,728 additions and 2,468 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ cgap-portal
Change Log
----------

13.5.2
======
`PR 707: Somatic CGAP UI V1 <https://github.com/dbmi-bgm/cgap-portal/pull/707>`_

* SomaticAnalysis, Case, Search Item View updates for Somatic
* Update SPC to 0.1.66
* Update higlass-general-vcf to 0.1.4


13.5.1
======

Expand Down Expand Up @@ -43,7 +52,6 @@ Change Log

13.3.1
======
*No PR: Staff-change Insert Updates*

* Remove Victoria's user insert from master-inserts
* Add Cesar's user insert to master-inserts
Expand Down
51 changes: 27 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@gmod/tabix": "^1.5.3",
"@gmod/vcf": "^5.0.6",
"@hms-dbmi-bgm/react-workflow-viz": "0.1.5",
"@hms-dbmi-bgm/shared-portal-components": "git+https://github.com/4dn-dcic/shared-portal-components#0.1.64",
"@hms-dbmi-bgm/shared-portal-components": "git+https://github.com/4dn-dcic/shared-portal-components#0.1.66",
"auth0-lock": "^11.33.0",
"d3": "^5.16.0",
"date-fns": "^2.28.0",
Expand All @@ -65,7 +65,7 @@
"higlass-bigwig-datafetcher": "0.1.2",
"higlass-clinvar": "0.2.5",
"higlass-cohort": "0.3.4",
"higlass-general-vcf": "0.1.3",
"higlass-general-vcf": "0.1.4",
"higlass-gnomad": "0.2.4",
"higlass-orthologs": "0.2.4",
"higlass-pileup": "1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "cgap-portal".
name = "encoded"
version = "13.5.1"
version = "13.5.2"
description = "Computational Genome Analysis Platform"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down
14 changes: 13 additions & 1 deletion src/encoded/schemas/analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,20 @@
},
"columns": {
"display_title": {
"title": "Title",
"title": "Analysis ID",
"order": 10
},
"samples.tissue_type": {
"title": "Sample Types",
"order": 30
},
"samples.specimen_type": {
"title": "Sample Details",
"order": 50
},
"samples.workup_type": {
"title": "Sequencing",
"order": 60
}
}
}
6 changes: 6 additions & 0 deletions src/encoded/schemas/cohort_analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,11 @@
"linkTo": "Sample"
}
}
},
"columns": {
"samples.individual": {
"title": "Individual ID(s)",
"order": 20
}
}
}
32 changes: 32 additions & 0 deletions src/encoded/schemas/somatic_analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,37 @@
"linkTo": "Sample"
}
}
},
"facets": {
"project.display_title": {
"title": "Project",
"order": 10
},
"samples.workup_type": {
"title": "Sequencing",
"order": 20
}
},
"columns": {
"display_title": {
"title": "Analysis ID",
"order": 10
},
"individual.display_title": {
"title": "Individual ID",
"order": 20
},
"samples.tissue_type": {
"title": "Sample Types",
"order": 30
},
"samples.specimen_type": {
"title": "Sample Details",
"order": 50
},
"samples.workup_type": {
"title": "Sequencing",
"order": 60
}
}
}
Loading

0 comments on commit 3f3c200

Please sign in to comment.