-
Notifications
You must be signed in to change notification settings - Fork 24
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
Flekschas/satori v1.5 #1776
Merged
Merged
Flekschas/satori v1.5 #1776
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
…st version of the list graph).
…ndow.d3` we have to load D3 v4 first. I added a special vendor block that can be removed once all scripts run on D3 v4.
…irectives. Add a second intro guide for the data set view.
…l step directives.
…y describe. Making overview guides over multiple directives a but harder.
# Conflicts: # refinery/config/settings/base.py # refinery/ui/source/js/dashboard/views/launch-pad.html
…too distracting. Also removed vendor code which is added by Grunt automatically.
# Conflicts: # refinery/ui/source/js/data-set-import/partials/isa-tab-import.html
Codecov Report
@@ Coverage Diff @@
## develop #1776 +/- ##
===========================================
- Coverage 41.75% 41.56% -0.19%
===========================================
Files 400 412 +12
Lines 26067 26691 +624
Branches 1284 1320 +36
===========================================
+ Hits 10884 11094 +210
- Misses 15183 15597 +414
Continue to review full report at Codecov.
|
# Resolved Conflicts refinery/core/views.py refinery/data_set_manager/tasks.py refinery/templates/base.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Note this is a stripped down pull request of flekschas/satori-tutorials, which does not include 2 helper management commands and optimize-js. I'll keep the flekschas/satori-tutorial branch for now until the SATORI paper is out and for that I might need the commands and optimize-js
Update SATORI from v1 to v1.5.
Big pieces:
Add Intro.js tutorial for SATORI
Add query-term interface
Include settings for Metabolights
Dozens of bug fixes
Minor adjustments:
Update to latest version of the listgraph
Include D3js v4
Add better OntID normalization
Add OptimizeJS
Add SiteProfile model
Make visualizations resizable
Add support for optional settings
Remove unused LaunchPadCtrl