aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-06-18 19:21:54 +0000
committerzsloan2021-06-18 19:21:54 +0000
commitf314728334fde0677ea515b5910db86086fdd5ef (patch)
tree4544d6f16be6d4aaeec47a982258b63c6d69dedf /wqflask
parentdf8476115e580fa5dfbf0e2e9a8f6e5e39ae7b99 (diff)
downloadgenenetwork2-f314728334fde0677ea515b5910db86086fdd5ef.tar.gz
Re-enable bicor as an option in the trait page templatee
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/show_trait_calculate_correlations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html
index e623a968..59f9b47c 100644
--- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html
+++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html
@@ -70,7 +70,7 @@
<select name="corr_sample_method" class="form-control">
<option value="pearson">Pearson</option>
<option value="spearman">Spearman Rank</option>
- <!-- <option value="bicor">Biweight Midcorrelation</option> -->
+ <option value="bicor">Biweight Midcorrelation</option>
</select>
</div>
</div>