index
:
genenetwork2
acenteno
authentication_test
blatseq_fix
chores/code-refactoring
chores/lmdb-integration
chores/replace-cdns
chores/script-textfile-generator
correlations-return-fewer-results
debug-too-many-connections-error
decouple_tools_and_wqflask_app
development
epysode
feature/search-history
feature/textfile-generator
gn-master
guix-shell
hook-up-auth-to-traits-page
itp_covariate_testing
jupyter_notebooks_ui
lmdb-code/refactoring
master
notebooks_api
oauth2-migrate-user-details-and-data
partial-correlations
partial_corr_ui_rework
pcorrs_targets
penguin2
phewas
production
proxy-integration
refactor-configurations
refactor-data_set_py-20220920
revert-366-360_update_htmlgen
rework-genotype-linking
run-corrs-in-external-process
stable
testing
GeneNetwork (2nd generation)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wqflask
Age
Commit message (
Collapse
)
Author
2021-05-08
tests: test_gen_menu: Update failing tests
BonfaceKilz
Update tests to use (and mock) the injected MySQL connection object.
2021-05-07
Check if num_bootstrap is in start_vars, since it won't exist for ↵
zsloan
non-qtlreaper methods
2021-05-07
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
zsloan
2021-05-07
Fixed issue that caused /submit_trait page to not load properly
zsloan
2021-05-07
Add typing + autopep8 formatting
Alexander Kabui
2021-05-07
remove comments prettify html
Alexander Kabui
2021-05-07
minor fix
Alexander Kabui
2021-05-07
fix tweets width
Alexander Kabui
2021-05-07
modify blog list ui
Alexander Kabui
2021-05-07
add function for fetching blogs
Alexander Kabui
2021-05-07
add template for blogs
Alexander Kabui
2021-05-07
add blogs blueprint
Alexander Kabui
2021-05-06
Forgot to add brackets around list comprehension, so added them
zsloan
2021-05-06
Used a list comprehension for perm_vals as mentioned in Bonface's comment
zsloan
2021-05-06
Merge branch 'testing' into bug/fix_rqtl_covariates
zsloan
2021-05-06
Because each permutations value is returned as an array, need to just take ↵
zsloan
the first item to convert to numbers
2021-05-06
Fixed vertical position of loading text so that it should be positioned in ↵
zsloan
the center vertically
2021-05-06
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
zsloan
2021-05-06
Include group and species in form parameters for mapping results page, so ↵
zsloan
they can be included in the loading page if the map is reloaded
2021-05-06
Include group/species in form parameters on trait page so they can be ↵
zsloan
displayed on mapping loading page
2021-05-06
Changed the way metadata is displayed on the mapping loading page
zsloan
2021-05-06
Delete model.py and it's references
BonfaceKilz
* wqflask/wqflask/database.py (init_db): Remove references to "wqflask.model" * wqflask/wqflask/model.py: Delete it.
2021-05-06
wqflask: user_manager: Delete usermanager.py and it's references
BonfaceKilz
This module is not used anywhere.
2021-05-06
wqflask: database: Remove logging
BonfaceKilz
2021-05-05
Added whether GEMMA is using LOCO to mapping loading page
zsloan
2021-05-05
Added genotype file to mapping loading page
zsloan
2021-05-05
Removed an unused item from mapping_input_list
zsloan
2021-05-05
Added a number of new metadata items to the mapping loading page, such as ↵
zsloan
covariates and permutation/bootstrap numbers
2021-05-05
Added mapping download button above the results table
zsloan
2021-05-05
Made change that should cause clicking the R/qtl tab to make it compute; ↵
zsloan
also removed a console.log
2021-05-05
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
zsloan
2021-05-05
Removed broken Genome Browser link from index page
zsloan
2021-05-05
base: species: Remove redundant assignment
BonfaceKilz
2021-05-05
api: gen_menu: Remove "+" when concatenating strings inside brackets
BonfaceKilz
2021-05-05
tests: test_species: Update failing tests
BonfaceKilz
2021-05-05
base: chromosomes: Fetch the chromosomes lazily
BonfaceKilz
2021-05-05
base: species: Rewrite Chromosomes using a dataclass
BonfaceKilz
2021-05-05
base: species: Rewrite IndChromosome using a dataclass
BonfaceKilz
2021-05-05
base: trait: Remove logging information
BonfaceKilz
The log adds unnecessary noise in addition to creating unwanted side-effects.
2021-05-05
base: species: Rewrite TheSpecies class using a dataclass
BonfaceKilz
2021-05-05
base: species: Remove unused import
BonfaceKilz
2021-05-05
base: species: Format SQL queries
BonfaceKilz
2021-05-05
templates: test_species: Add tests for instantiating Chromosomes
BonfaceKilz
2021-05-05
tests: test_species: Test that IndChromosome instantiates correctly
BonfaceKilz
2021-05-05
tests: test_species: Add test cases for TestTheSpecies class
BonfaceKilz
2021-05-04
Removed unused rpy import in run_mapping.py
zsloan
2021-05-03
Account for the possibility of the R being returned as 0.999... by scipy ↵
zsloan
when a trait is correlated against itself - before the 0.999... was preventing it from switching to calculating Spearman for the values above the diagonal in the correlation matrix
2021-04-30
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
zsloan
2021-04-30
Fixed issue where Network Graph wouldn't show edges if multiple nodes had ↵
zsloan
the same trait name; instead use combo of trait name and dataset name as the edge IDs
2021-04-30
autopep8: Run autopep8 100 times with target rules
BonfaceKilz
Rules used are: E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,E242, E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306, E401,E501,E70,E701,W291,W292,W293,W391,W504,E101,E11,E121, E122,E123,E124,E125,E126,E127,E128,E129,E131,E133
[next]