about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2021-06-15 18:04:28 +0000
committerzsloan2021-06-15 18:04:28 +0000
commit1baf5f7611909c651483208184c5fbf7d4a7a088 (patch)
treef299e2e5877ab3c59eeb510859a3b76e34b40aed
parentafee4d625248565857df98d3510f680ae6204864 (diff)
downloadgenenetwork2-1baf5f7611909c651483208184c5fbf7d4a7a088.tar.gz
Commented out Biweight Midcorrelation option on trait page, since it uses rpy2 and is currently disabled
-rw-r--r--wqflask/wqflask/templates/show_trait_calculate_correlations.html4
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>