-
Notifications
You must be signed in to change notification settings - Fork 6
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
Prototype for storing single-cell data #1020
Draft
arteymix
wants to merge
298
commits into
development
Choose a base branch
from
feature-single-cell
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
arteymix
force-pushed
the
feature-single-cell
branch
6 times, most recently
from
February 7, 2024 20:13
9222a95
to
788a61b
Compare
arteymix
commented
Feb 7, 2024
gemma-core/src/test/java/ubic/gemma/persistence/util/ListUtilsTest.java
Outdated
Show resolved
Hide resolved
arteymix
force-pushed
the
feature-single-cell
branch
2 times, most recently
from
February 7, 2024 20:23
f04ae2f
to
d791771
Compare
arteymix
commented
Feb 7, 2024
...va/ubic/gemma/persistence/service/expression/experiment/ExpressionExperimentServiceImpl.java
Outdated
Show resolved
Hide resolved
arteymix
commented
Feb 7, 2024
.../main/java/ubic/gemma/persistence/service/expression/experiment/ExpressionExperimentDao.java
Show resolved
Hide resolved
arteymix
commented
Feb 7, 2024
gemma-core/src/main/java/ubic/gemma/model/expression/bioAssayData/DataVector.java
Outdated
Show resolved
Hide resolved
arteymix
commented
Feb 7, 2024
...-core/src/main/resources/ubic/gemma/model/expression/designElement/CompositeSequence.hbm.xml
Outdated
Show resolved
Hide resolved
arteymix
force-pushed
the
feature-single-cell
branch
from
February 8, 2024 00:23
b60a8de
to
0ce142a
Compare
This was
linked to
issues
Feb 10, 2024
arteymix
force-pushed
the
feature-single-cell
branch
from
February 13, 2024 03:40
80c6409
to
e804d92
Compare
This was
linked to
issues
Feb 16, 2024
arteymix
force-pushed
the
feature-single-cell
branch
4 times, most recently
from
February 19, 2024 20:47
b2c8a8b
to
6a993b7
Compare
arteymix
force-pushed
the
feature-single-cell
branch
from
February 21, 2024 23:26
b7d4810
to
7c29995
Compare
3 tasks
Remove Serializable and serialVersionUID to classes that we never serialize or put on disk caches. Relocate some utility methods from the models into utility classes. Replace LocalFile by java.io.File.
Provide multiple strategies for mapping gene IDs and pick the one with the greatest overlap. Include mapping statistics in the audit event for the created single-cell vectors.
Remove usage of LobHandler.
Display the biomaterial and bioassay hierarchy.
Remove JAWR and any mention of it in the code and comments. Add support for Webpack development server for serving continuously built static assets.
Add resolveUrl and use that in the tags to generate link to resources. Add a list of allowed directories to serves assets from. It does not really do much security-wise, but it will catch unintended usages of the JSP tags. Add a useful message when the development profile is active and the server is not running.
Ensure that the appropriate assets are built when deploying to staging or dev servers.
Include annotations applicable at the subset-level. Handle case where there might be more than one dimension for a given subset.
UI work for single-cell
… dwrServices.js to be loaded
Generate all the DWR scripts and controllers with appropriate binding to the window object. Separate models from controllers. Add overrides such as adding GA4 tracking and defining inheritance structure in a separate file.
Ensure that all declared function are properly namespaced.
Rewrite the edit page with Spring form tags. Enable HTML escaping by default for Spring tags. Allow for dynamic JSP attributes to be used for various tags.
8 tasks
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.
TODO
SingleCellExpresionDataMatrix
, we need to finish the work and write it to file). I think MEX is a pretty decent output format for this.REST API