Age | Commit message (Collapse) | Author |
|
* gn2/wqflask/templates/genotype.html: Add metadata.dataset check in
and clause.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn2/wqflask/templates/genotype.html: Add extra dataset metadata.
* gn2/wqflask/views.py (get_genotype): Extend genotype URL to enable
specifying the dataset name.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
With the reorganisation, a number of module paths changed, and need to
be updated. This commit fixes a few obvious ones.
|
|
|
|
trying (and failing) to query the http link before trying https
|
|
|
|
mapmodel_rqtl_geno and mapmethod_rqtl_geno respectively
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn2/wqflask/templates/probeset.html: Add extra dataset metadata
elements for groups, species, tissue name and dataset link.
* gn2/wqflask/views.py (get_probeset): Extend probeset URL to enable
specifying the dataset name.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn2/wqflask/templates/probeset.html: New probeset HTML file.
* gn2/wqflask/views.py (get_probeset): New function.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
genenetwork2 is now run from the top-level directory of the repo. So,
we prepend gn2 to the error GIF path.
* gn2/wqflask/views.py (handle_generic_exceptions): Prepend gn2 to
error GIF path.
|
|
|
|
of opening a window with JS
|
|
|
|
GN_VERSION is set in the configuration file and read into the app
config dictionary. Use that instead of re-reading from the etc/VERSION
file.
* gn2/utility/tools.py (gn_version): Delete function.
(GN_VERSION): Delete variable.
* gn2/wqflask/metadata_edits.py (display_phenotype_metadata,
display_probeset_metadata, show_history): Use GN_VERSION in app
config.
* gn2/wqflask/views.py: Do not import GN_VERSION from
gn2.utility.tools.
(handle_generic_exceptions, index_page.__render__, submit_trait_form):
Use GN_VERSION in app config.
|
|
|
|
|
|
We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
|