hide evidence, enumarate tag sources. closes #1581#1606
Closed
oganm wants to merge 24 commits intohotfix-1.32.6from
Closed
hide evidence, enumarate tag sources. closes #1581#1606oganm wants to merge 24 commits intohotfix-1.32.6from
oganm wants to merge 24 commits intohotfix-1.32.6from
Conversation
b48a6e4 to
2dd881d
Compare
arteymix
reviewed
Feb 5, 2026
| Gemma.AnnotationCommon = { | ||
| objectClassMapping: function(objectClass){ | ||
| const map = { | ||
| BioMaterial: "Biomaterials", |
Member
There was a problem hiding this comment.
The new terminology is "Sample" for BioMaterial and "Assay" for BioAssay.
arteymix
reviewed
Feb 5, 2026
| const map = { | ||
| BioMaterial: "Biomaterials", | ||
| FactorValue: "Experimental Factors", | ||
| ExperimentTag: "Experiment Annotations" |
Member
There was a problem hiding this comment.
We use "Dataset" in favour of "Experiment" or "ExpressionExperiment".
arteymix
requested changes
Feb 11, 2026
| checkData: function( eeId, geneList, callback ){ | ||
| var store = new Gemma.VisualizationStore() | ||
| store.on( 'exception', function( e,type, action, options, response, arg ){ | ||
| console.log('fuck') |
Member
|
This also includes the hiding of the data tab. You can rebase with -i to exclude that commit. |
c2c71b5 to
5a75e54
Compare
Member
Author
|
squeaky clean |
This reverts commit e418134.
…e phase" This reverts commit 8a5f392.
There is a bug in maven-site-plugin that prevents it from changing permissions on the correct site directory. Instead, just disable the feature since we're already changing permissions manually in the CI. Also, there is a deployment script that is coming up that will also address permissions for manual deployments.
Add contributors and a short description.
Use consistent line endings in source code
Report indexing progress in the current thread so they get picked up by the ProgressUpdateAppender and shown in the Web application. Remove unimplemented "Index ontologies".
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.