fuxialexander commited on
Commit
0e968ee
1 Parent(s): 690c5f2

fix motif plot_logo

Browse files
Files changed (3) hide show
  1. .gitignore +1 -1
  2. app/main.py +1 -1
  3. modules/atac_rna_data_processing +1 -1
.gitignore CHANGED
@@ -2,6 +2,6 @@ data
2
  getdemo
3
  libs
4
  etc
5
- app/assets
6
 
7
  getdemo-1.0.0.sif
 
2
  getdemo
3
  libs
4
  etc
5
+ assets
6
 
7
  getdemo-1.0.0.sif
app/main.py CHANGED
@@ -124,7 +124,7 @@ def plot_motif_corr(cell):
124
  column_labels=list(cell.gene_by_motif.corr.columns.values),
125
  row_labels=list(cell.gene_by_motif.corr.index),
126
  hidden_labels=["row", "col"],
127
- link_method="average",
128
  display_ratio=0.1,
129
  width=600,
130
  height=500,
 
124
  column_labels=list(cell.gene_by_motif.corr.columns.values),
125
  row_labels=list(cell.gene_by_motif.corr.index),
126
  hidden_labels=["row", "col"],
127
+ link_method="ward",
128
  display_ratio=0.1,
129
  width=600,
130
  height=500,
modules/atac_rna_data_processing CHANGED
@@ -1 +1 @@
1
- Subproject commit aa7c0bfaac5719577e892e3226749a4d62c48848
 
1
+ Subproject commit 38f6c32d38bd7a2fa796e6d2e68e3907036e916b