Spaces:
Running
Running
Fix returns for TF pair plot
Browse files- app/main.py +2 -2
app/main.py
CHANGED
@@ -113,8 +113,8 @@ def visualize_AF2(tf_pair, a):
|
|
113 |
# segpair.choices = list(a.pairs_data.keys())
|
114 |
fig1, ax1 = a.plot_plddt_gene1()
|
115 |
fig2, ax2 = a.plot_plddt_gene2()
|
116 |
-
fig3
|
117 |
-
fig4
|
118 |
fig5, ax5 = a.plot_score_heatmap()
|
119 |
plt.tight_layout()
|
120 |
new_dropdown = update_dropdown(list(a.pairs_data.keys()), "Segment pair")
|
|
|
113 |
# segpair.choices = list(a.pairs_data.keys())
|
114 |
fig1, ax1 = a.plot_plddt_gene1()
|
115 |
fig2, ax2 = a.plot_plddt_gene2()
|
116 |
+
fig3 = a.protein1.plotly_plddt()
|
117 |
+
fig4 = a.protein2.plotly_plddt()
|
118 |
fig5, ax5 = a.plot_score_heatmap()
|
119 |
plt.tight_layout()
|
120 |
new_dropdown = update_dropdown(list(a.pairs_data.keys()), "Segment pair")
|