-
Notifications
You must be signed in to change notification settings - Fork 30
TASK-7733 - IVA Small Improvements #1044
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
Merged
Changes from all commits
Commits
Show all changes
167 commits
Select commit
Hold shift + click to select a range
3d8bf65
admin: add federation create and connect wc
imedina ceac558
wc: add cohort Name column
imedina 1cc0454
wc: add fix style in Name column
imedina c2636e8
wc: add stats from other Projects
imedina dc6b00a
wc: add userId filter to jobId
imedina 451e38d
wc: use species in all variant links
imedina 4375e0d
Merge branch 'develop' into TASK-7733
imedina 73d4fde
swagger: pass current study to OpenApi web service
imedina 3aa74ab
wc: add 'JSON_SPARSE' to variant grid export()
imedina 8a9c6d8
wc: initial work on Job timeline and new cohort stats
imedina 5ae9dc5
wc: Remove tooltip generated by the prediction formatter #TASK-7880 #…
jmjuanes feed764
wc: Fix code formatting of prediction formatter #TASK-7880 #TASK-7733
jmjuanes f3a5beb
wc: Add species and assembly argument in decipher link of variant-gri…
jmjuanes 6767e59
wc: Refactor render method of variant-cohort-stats #TASK-7880 #TASK-7733
jmjuanes aa8507a
core: Fix link to uniprot in bioinfo utils #TASK-7880 #TASK-7733
jmjuanes 742566c
core: Remove lrg link in getGeneLink method #TASK-7880 #TASK-7733
jmjuanes 59dc11f
wc: Remove link to LRG in gene tooltip generated by variant grid form…
jmjuanes 3f72d82
test: Fix cohort tests #TASK-7880 #TASK-7733
jmjuanes 6cb8137
wc: Fix style of variant links in variant grid formatter #TASK-7880 #…
jmjuanes 965a6e0
test: Fix ensembl genome browser link in variant browser grid tests #…
jmjuanes 7e3dafe
core: Add utility to generate link to cellbase variant #TASK-7880 #TA…
jmjuanes 69e3860
wc: Using correct link to cellbase in variant browser grid #TASK-7880…
jmjuanes 8fa264f
wc: Using correct link to cellbase in variant interpreter grid #TASK-…
jmjuanes 79f78b3
wc: Fix style of cohort name column #TASK-7880 #TASK-7733
jmjuanes f0fd4b5
wc: Fix style of cohort id column #TASK-7880 #TASK-7733
jmjuanes f32f525
test: Fix test to validate link to cellbase in variant browser #TASK-…
jmjuanes 4680212
wc: make sure all cohorts are sorted alphabetically but keeping ALL f…
imedina faa60fe
wc: Add frequency compact mode for pulation frequencies display in va…
jmjuanes 2fc109c
Merge branch 'release-4.x.x' into TASK-7733
jmjuanes 7620c23
wc: Fix bug when variant callers configuraton is empty in vairant-fil…
jmjuanes 966da34
wc: Fix displaying vairant id in variant browser grid #TASK-7880 #TAS…
jmjuanes 9c0f8f7
core: Fix building links to ensembl in bioinfo-utils #TASK-7880 #TASK…
jmjuanes c6d7610
core: Fix building links to ensembl in bioinfo-utils #TASK-7880 #TASK…
jmjuanes e0efd2f
core: Improve generating links to cellbase #TASK-7880 #TASK-7733
jmjuanes 0976b21
core: Fix generating links to ensembl #TASK-7880 #TASK-7733
jmjuanes 6dfe937
wc: Fix generating link to ensembl from gene view #TASK-7880 #TASK-7733
jmjuanes ed58ca9
wc: Fix links to ensembl and refactor generating links to cellbase #T…
jmjuanes 76534dd
wc: Fix links to ensembl and refactor generating links to cellbase #T…
jmjuanes d729fa5
wc: Add assembly when generating link to variant in variant id format…
jmjuanes 685b4a0
wc: Fix generating gene links #TASK-7880 #TASK-7733
jmjuanes 2720f84
test: Fix link to ensembl in variant-browser-grid test #TASK-7880 #TA…
jmjuanes 1bc2b31
wc: Move method to generate tooltip for population frequencies #TASK-…
jmjuanes c1bcd32
wc: Remove rendering population frequencies as number and use box as …
jmjuanes 22898b8
wc: Rename method to get population frequencies color #TASK-7880 #TAS…
jmjuanes 8692ce2
wc: Add method to get the classification of the frequency #TASK-7880 …
jmjuanes f7cf2f9
wc: Initial implementation of the frequencies compact mode #TASK-7880…
jmjuanes 62d3e5b
wc: Include cohort all in compact mode of population frequencies #TAS…
jmjuanes 0ee06d6
wc: Minor code fixes in renderPopulationFrequencies formatter #TASK-7…
jmjuanes 40bf5f7
wc: Add minimum width to all population frequency boxes #TASK-7880 #T…
jmjuanes 631c546
styles: Add missing not-allowed cursor style #TASK-7880 #TASK-7733
jmjuanes a2ab0bb
wc: Add disabled effect to frequency boxes without value #TASK-7880 #…
jmjuanes cf3a292
wc: Minor fixes in population frequencies boxes #TASK-7880 #TASK-7733
jmjuanes 06fb35c
wc: Fix properties of new cohort stats filter #TASK-7880 #TASK-7733
jmjuanes 0984d1c
wc: Clean new cohort stats filter component and initialize dropdown #…
jmjuanes 45f5283
wc: Implement logic to select cohorts in new cohort stats filter #TAS…
jmjuanes a28d011
wc: Improve render of new cohort stats filter #TASK-7880 #TASK-7733
jmjuanes d834174
wc: Initialize displaying inputs for selected cohorts #TASK-7880 #TAS…
jmjuanes 7866737
wc: Fix values of inputs when removing a selected cohort #TASK-7880 #…
jmjuanes a85b7e3
wc: Adaot size and truncate cohort id in new cohort stats filter #TAS…
jmjuanes ae55be2
wc: Fix spacing between cohort select options #TASK-7880 #TASK-7733
jmjuanes bf7bdab
wc: Initialize getting state from current value in cohort stats filte…
jmjuanes 772ad3b
wc: Remove commented code in cohort stats filter #TASK-7880 #TASK-7733
jmjuanes a3056b8
wc: Fix order of population classification boxes in variant grid form…
jmjuanes 2c96c22
wc: Fix parsing cohort from query value in cohort stats filter #TASK-…
jmjuanes 5b9d585
wc: Remove commented code in new cohort stats filter #TASK-7880 #TASK…
jmjuanes 7ab9241
wc: Allow to set the initial value of the cohort stats freq value #TA…
jmjuanes 534e160
wc: Fix setting the initial value of the operator in the cohort stats…
jmjuanes b707b72
wc: Allow to change freq value in cohort stats filter #TASK-7880 #TAS…
jmjuanes a31dee5
wc: Fix changing operator in new cohort stats filter #TASK-7880 #TASK…
jmjuanes 22760f2
wc: Add scrolls in cohort dropdown of cohort stats filter #TASK-7880 …
jmjuanes af9738d
wc: Initial display of search input in cohort stats filter #TASK-7880…
jmjuanes 16fd7cd
wc: Fix names of internal event handlers in cohort stats filter #TASK…
jmjuanes a008ec7
wc: Allow to filter displayed cohorts in new cohort stats filter #TAS…
jmjuanes 8e51809
wc: Display empty state if no cohorts found #TASK-7880 #TASK-7733
jmjuanes 328412c
wc: Allow to clear searched cohort in new cohort stats filter #TASK-7…
jmjuanes b959dfa
wc: Using a map to save searched cohorts #TASK-7880 #TASK-7733
jmjuanes d8d4c03
wc: Clean search input when clicking on clear button element #TASK-78…
jmjuanes fc9d0c4
wc: Change clear element to button in new cohort stats filter #TASK-7…
jmjuanes 3eea584
wc: Display description in cohorts dropdown #TASK-7880 #TASK-7733
jmjuanes a6f7282
wc: Initial implementation of favorites in new cohort stats filter #T…
jmjuanes 04a0050
wc: Fix displaying cohort description in dropdowns of cohort stats #T…
jmjuanes f7c5f7c
wc: Improvements in cohort stats filter #TASK-7880 #TASK-7733
jmjuanes fd9ed5d
wc: Display the number of cohorts in each study #TASK-7880 #TASK-7733
jmjuanes 5c1f39d
wc: Allow to expand and collapse studies in cohort stats filter #TASK…
jmjuanes 7e97b81
wc: Add chevron indicator in cohort stats filter #TASK-7880 #TASK-7733
jmjuanes 941ce96
wc: Prevent text selection in study block of cohort stats filter #TAS…
jmjuanes e0bfd88
wc: Display additional cohort info in dropdown of cohort stats filter…
jmjuanes 5862044
wc: Add new queryParams property in cellbase-search-autocomplete #TAS…
jmjuanes 52db4a8
wc: Initialize additional query params object in cellbase-search-auto…
jmjuanes 0436045
wc: Allow to specify query params for disorders in individual create …
jmjuanes 2c29efa
iva: Clean and add placeholders for disorders and phenotypes source c…
jmjuanes bddc59c
wc: Allow to specify query params for phenotypes in individual create…
jmjuanes 21272f1
wc: Clean individual-create #TASK-7880 #TASK-7733
jmjuanes 8424892
wc: Allow to specify query params for phenotypes and disorders in ind…
jmjuanes 1aa5bd5
wc: Code improvements in sample-create #TASK-7880 #TASK-7733
jmjuanes 0b87c53
wc: Allow to specify query params for phenotypes in sample create #TA…
jmjuanes f7b2be7
wc: Allow to specify query params for phenotypes in sample update #TA…
jmjuanes b79b358
wc: Reset query params for phenotypes in observer of sample-create #T…
jmjuanes 8937d07
wc: Force to reset query params for phenotypes and disorders in obser…
jmjuanes a5fca58
wc: Force to reset query params for phenotypes and disorders in obser…
jmjuanes dc98bf3
wc: Minor fixes in new cohort stats filter #TASK-7880 #TASK-7733
jmjuanes 91d58ec
wc: Replace old cohort stats filter with the new one #TASK-7880 #TASK…
jmjuanes 2f478f2
wc: Using new cohort stats filter in variant browser filters #TASK-78…
jmjuanes d8080ee
wc: Remove old cohort stats filter from variant browser #TASK-7880 #T…
jmjuanes ad0c9ba
wc: Fix bug displaying filters in filters-toolbar #TASK-7880 #TASK-7733
jmjuanes b17d2a4
wc: Remove family genotype filter from interpreter browser RD #TASK-7…
jmjuanes 2376505
wc: Initialize component tags-input #TASK-7880 #TASK-7733
jmjuanes d8adf9b
wc: Some code fixes in cohort-create #TASK-7880 #TASK-7733
jmjuanes 72179c7
wc: Allow to include tags in cohort-create #TASK-7880 #TASK-7733
jmjuanes 890f047
wc: Minor code fixes in cohort-update #TASK-7880 #TASK-7733
jmjuanes cf11272
wc: Add tags to cohort-update form #TASK-7880 #TASK-7733
jmjuanes e7cb201
wc: Add tags column in cohort grid #TASK-7880 #TASK-7733
jmjuanes b073723
wc: Include tags in requested fields of cohort-grid #TASK-7880 #TASK-…
jmjuanes 74f9ea1
wc: Display tags in cohort summary #TASK-7880 #TASK-7733
jmjuanes 376749c
wc: Add tags filter in cohort-browser #TASK-7880 #TASK-7733
jmjuanes 8fe4d24
iva: Add tags column in the default configuration of the cohort brows…
jmjuanes 42835d8
iva: Add name and tags as default columns in cohort browser config #T…
jmjuanes 75aaf27
iva: Add userId column in the default configuration of the job browse…
jmjuanes 0b4a5ec
wc: Remove help message of the tags field in cohort-create form #TASK…
jmjuanes 16013dc
wc: Remove help message of the tags field in cohort-update form #TASK…
jmjuanes 43eca8c
wc: Add name filter in cohort browser #TASK-7880 #TASK-7733
jmjuanes 3832d2f
iva: Add name filter in the default configuration of the cohort brows…
jmjuanes a352223
iva: Remove type filter in the default configuration of the cohort br…
jmjuanes bc424c8
wc: Remove type filter from the cohort browser #TASK-7880 #TASK-7733
jmjuanes d738731
wc: Fix name filter in opencga-browser-filter #TASK-7880 #TASK-7733
jmjuanes 9089752
wc: Fix name of cohort name filter in cohort-browser #TASK-7880 #TASK…
jmjuanes d5b1647
wc: Allow to update cohort name in cohort-update #TASK-7880 #TASK-7733
jmjuanes a43d298
wc: Allow to provide a name for the cohort in cohort-create form #TAS…
jmjuanes d43f691
wc: Fix displaying cohort name in cohort-grid #TASK-7880 #TASK-7733
jmjuanes 08e0be8
wc: Remove link style from cohort name field in cohort-grid #TASK-788…
jmjuanes 8a384ff
wc: Remove cohort type and replace with the cohort name in cohort sum…
jmjuanes 442183e
wc: Add status column in cohort-grid #TASK-7880 #TASK-7733
jmjuanes 751f802
iva: Add status column in the default configuration of cohort browser…
jmjuanes 9305035
pkg: Fix version in package.json #TASK-7880 #TASK-7733
jmjuanes 7edf6e7
wc: Hide pop freq boxes when only population all is available #TASK-7…
jmjuanes a968d9c
wc: Allow to configure favourite cohorts in variant browser filters #…
jmjuanes d23ed58
wc: Allow to display cohorts that contains a specific tag as favourit…
jmjuanes 77f795b
wc: Remove commented code in cohort stats filter #TASK-7880 #TASK-7733
jmjuanes c7ce5ff
wc: Add action to open folder in the file-grid #TASK-7880 #TASK-7733
jmjuanes 8efad43
wc: Register open-folder action in file-grid #TASK-7880 #TASK-7733
jmjuanes cf024b1
iva: Remove not used configuration of opencga #TASK-7880 #TASK-7733
jmjuanes 7ce9627
iva: Add cellbase supported versions in config.js #TASK-7880 #TASK-7733
jmjuanes 6e52177
iva: Fix cellbase supported versions configuration #TASK-7880 #TASK-7733
jmjuanes 65fc453
wc: Initialize method to get cellbase links in actions menu #TASK-788…
jmjuanes 7a86a64
wc: Displaying all avaialble cellbase links in actions menu of varian…
jmjuanes 9070b0d
wc: Include dataRelease in the cellbase links #TASK-7880 #TASK-7733
jmjuanes 2fa7d21
core: Support including dataRelease and apiKey in cellbase generated …
jmjuanes d97cc3c
wc: Remove commented code in vairant browser grid #TASK-7880 #TASK-7733
jmjuanes 4924d09
core: Fix arguments of method to get cellbase variant link #TASK-7880…
jmjuanes 5f0629c
wc: Include cellbase apiKey only in current cellbase version #TASK-78…
jmjuanes e26ea2d
wc: Fix including apikey in cellbase action links #TASK-7880 #TASK-7733
jmjuanes 44659d6
wc: Include links to cellbase in variant interpreter grid #TASK-7880 …
jmjuanes eec29c5
wc: Minor fixes in variant browser configuration #TASK-7880 #TASK-7733
jmjuanes 42b5ce9
wc: Include check to verify that cellbase is configured #TASK-7880 #T…
jmjuanes b9420fd
iva: Remove unused cellbase initialization in iva-app #TASK-7880 #TAS…
jmjuanes c7e3d63
test: Add missing cellbase config initialization #TASK-7880 #TASK-7733
jmjuanes 040a516
test: Remove unused cellbase initialization in test-app #TASK-7880 #T…
jmjuanes ee6b589
wc: add cohort view link to sample-grid
imedina 6c77eca
wc: remove some 'ID' suffixes in filters and columns
imedina fa35f1a
wc: implement a variantStatus formatter
imedina bbc2a6d
wc: improve status column in file-grid
imedina 15e0422
wc: sample variant browser must check if VCF files are READY when add…
imedina 044024d
Merge branch 'develop' into TASK-7733
jmjuanes 79c74d1
wc: fix bug when internal variant index is not defined #TASK-7733
jmjuanes ccc3c91
wc: change dispatched event name in tags-input #TASK-7733
jmjuanes dca459f
wc: fix tags-input event name in cohort components #TASK-7733
jmjuanes 8f34430
config: update browser settings to changes in cohort and job columns …
jmjuanes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmjuanes marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmjuanes marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.