Age | Commit message (Collapse) | Author |
|
`guix shell' sets the profile path in an environment
variable---GUIX_ENVIRONMENT. There is no need to pass it explicity as
an input in GN2_PROFILE.
* README.md: Remove all references to GN2_PROFILE.
* bin/genenetwork2: Set GN2_PROFILE from GUIX_ENVIRONMENT. Do not
check the value of GN2_PROFILE now that it is set
automatically. Remove all references to GN2_PROFILE in example
invocations.
|
|
|
|
|
|
Prior to this, we only checked for the json files with contained the
modifications. However, in the case of double deletions, and double
inserts, the data would have been stored in the db anyway; which is a
false representation of changes.
|
|
Track any double-inserts or double-deletions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trait descriptions in search results, since there were still some traits with encoding issues
|
|
in search results
|
|
authentication happens in create_trait at line 105)
|
|
|
|
previousluy weren't showing the proper description
|
|
|
|
|
|
horizontal scrolling when the window is small
|
|
needed during authentication
|
|
properly; the queries had to be changed after integrating the change that also pulls the Max LRS info in the original query
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some unnecessary commented out lines
|
|
|
|
when zoomed into a sub-range on a chromosome
|
|
distinct from surrounding content + removed top margin from ul elements that was added by uikit
|
|
CSS files to base.html - it makes their styling apply to every single GN page)
|
|
|
|
|
|
commented out HTML
|
|
text from overflowing
|
|
from shrinking when the browser window is smaller (which prevents the links, etc, from overlapping properly with the image)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feature/correlation optimization2
|
|
|
|
In excel, "\n\n" is replaced with ",,,," and this leads to a value
error.
|