diff options
author | zsloan | 2021-06-18 19:21:54 +0000 |
---|---|---|
committer | zsloan | 2021-06-18 19:21:54 +0000 |
commit | f314728334fde0677ea515b5910db86086fdd5ef (patch) | |
tree | 4544d6f16be6d4aaeec47a982258b63c6d69dedf | |
parent | df8476115e580fa5dfbf0e2e9a8f6e5e39ae7b99 (diff) | |
download | genenetwork2-f314728334fde0677ea515b5910db86086fdd5ef.tar.gz |
Re-enable bicor as an option in the trait page templatee
-rw-r--r-- | wqflask/wqflask/templates/show_trait_calculate_correlations.html | 2 |
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> |