Age | Commit message (Collapse) | Author |
|
The PYTHONPATH apparently needs to be updated to 3.9, because 3.8 throws an error (at least on production).
|
|
It seems that this also needed to be reverted, because I was getting the error below (which was prevented by reverting to #! /bin/bash):
./bin/genenetwork2: 135: ./bin/genenetwork2: Syntax error: redirection unexpected
|
|
This reverts commit f4e336eb1ea526156e112cff97a3ec8137a2bc90.
|
|
This reverts commit 344e428126b60932bff4c62c5ded8c36519155e8.
|
|
This reverts commit e0a260b0de55fbea0c507eb0ca5fbdc3c1a825c0.
|
|
This adds the "selected" class to rows selected by filterByIndex, which adds highlighting to them
I also made the variables in this part of the code camel cased
|
|
|
|
|
|
|
|
regex, for validating the Select Rows input
|
|
|
|
read and explicitly inverts start_index and end_index when the former is greater than the latter
|
|
change_buttons because it's referenced in many other files
|
|
|
|
|
|
hit Enter in the Select Rows text area
|
|
a little vertical space
|
|
text, in the hopes that this will show up normally for Rob
|
|
the user sorts)
|
|
By Index feature from the trait page; you can now use text indicating index ranges or specific indices, and the filter triggers on either hitting Enter or clicking outside of the text area
|
|
space
|
|
|
|
|
|
the Location text was being pushed to a second line (this was actually visible for me as well, not just Rob)
|
|
pushed onto a second line in some browsers (specifically Robs, but couldn't reproduce in mine, so I just changed it to something that should work for him)
|
|
superscript question mark, since the icon was appearing strangely in some browsers (namely Rob's) but in a while I couldn't reproducd
|
|
the Chr column (and the chr_num column isn't always populated for certain Genotype datasets)
|
|
scrolling
|
|
submitting search result traits to a collection; it previously just used JQuery and needed to be changed to use DataTables API to select from rows
|
|
In posix shell, string indexing is undefined. This commit replaces the
string indexing with a more portable implementation.
|
|
Removed bonface's notebook until seaborn gets fixed.
|
|
* wqflask/wqflask/metadata_edits.py (update_phenotype): Filter out
values with |ε| < 0.001 when generating the diff file.
|
|
|
|
The package definition was likely copied from the genenetwork3 repo
resulting in this error.
* guix.scm: Inherit package from genenetwork2, not genenetwork3.
|
|
|
|
|
|
from being able to access all rows (which caused functions like Select All to only select the first 100-200 rows)
|
|
* README.md: Clean up and document `guix shell' development process.
|
|
* guix.scm: New file.
|
|
* README.md: Change clinians to clinicians.
|
|
* bin/genenetwork2: Pass -e flag to sh.
|
|
/bin/sh is present on Guix System and other distros while /bin/bash is
present only on other distros.
* bin/genenetwork2: Set shebang to sh instead of bash.
|
|
The Guix python package accepts GUIX_PYTHONPATH instead of
PYTHONPATH. `guix shell' sets GI_TYPELIB_PATH, GIO_EXTRA_MODULES,
GUIX_GTK3_PATH, GUIX_PYTHONPATH, PATH, R_LIB_SITE and XDG_DATA_DIRS
when necessary. There is no need to set these environment variables
explicitly.
* bin/genenetwork2: Do not set GI_TYPELIB_PATH, GIO_EXTRA_MODULES,
GUIX_GTK3_PATH, PATH, PYTHONPATH, R_LIBS_SITE and XDG_DATA_DIRS.
* README.md [Development]: Remove paragraph on injecting python
modules locally.
|
|
`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
|
|
|
|
|