diff options
author | zsloan | 2017-11-06 22:05:28 +0000 |
---|---|---|
committer | zsloan | 2017-11-06 22:05:28 +0000 |
commit | e3b27c18f379e969c06f8e0b79daf8b762d4fc1d (patch) | |
tree | 3dce3862172d2328b8640eacaee4aba7165e8d65 /wqflask/base/webqtlConfig.py | |
parent | 74d24925463df1cb03cf21c7c3a83241e864361d (diff) | |
download | genenetwork2-e3b27c18f379e969c06f8e0b79daf8b762d4fc1d.tar.gz |
Replaced Histogram and Bar Chart with Plotly version and added new Box Plot with Plotly
GEMMA now has option to select genotypes
Updated dataset select dropdowns to be ordered correctly
Fixed dataset select dropdowns for correlations to not show confidential datasets
Added Skewness and Kurtosis to Basic Statistics table
Fixed Verify and RNA-seq buttons on trait page
Temporarily hardcoded Reference page until we get it to link with database
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r-- | wqflask/base/webqtlConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index c3f1e76a..1ef2bc26 100644 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -49,6 +49,7 @@ PUBMEDLINK_URL = "http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db= UCSC_POS = "http://genome.ucsc.edu/cgi-bin/hgTracks?clade=mammal&org=%s&db=%s&position=chr%s:%s-%s&pix=800&Submit=submit" UCSC_BLAT = 'http://genome.ucsc.edu/cgi-bin/hgBlat?org=%s&db=%s&type=0&sort=0&output=0&userSeq=%s' UTHSC_BLAT = 'http://ucscbrowser.genenetwork.org/cgi-bin/hgBlat?org=%s&db=%s&type=0&sort=0&output=0&userSeq=%s' +UTHSC_BLAT2 = 'http://ucscbrowserbeta.genenetwork.org/cgi-bin/hgBlat?org=%s&db=%s&type=0&sort=0&output=0&userSeq=%s' UCSC_GENOME = "http://genome.ucsc.edu/cgi-bin/hgTracks?db=%s&position=chr%s:%d-%d&hgt.customText=http://web2qtl.utmem.edu:88/snp/chr%s" ENSEMBLE_BLAT = 'http://www.ensembl.org/Mus_musculus/featureview?type=AffyProbe&id=%s' DBSNP = 'http://www.ncbi.nlm.nih.gov/SNP/snp_ref.cgi?type=rs&rs=%s' |