diff options
-rw-r--r-- | wqflask/wqflask/templates/show_trait_calculate_correlations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index ef784c84..e623a968 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> @@ -157,4 +157,4 @@ </span> </div> </div> - </div>
\ No newline at end of file + </div> |