Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,9 +130,9 @@ if uploaded_file is not None:
|
|
| 130 |
key='download-csv'
|
| 131 |
)
|
| 132 |
# Plotting PCR products
|
| 133 |
-
|
| 134 |
-
#
|
| 135 |
-
feature_length = len(feature_sequence)
|
| 136 |
-
|
| 137 |
else:
|
| 138 |
st.error('No primers were found. Please adjust your parameters and try again.')
|
|
|
|
| 130 |
key='download-csv'
|
| 131 |
)
|
| 132 |
# Plotting PCR products
|
| 133 |
+
st.write("### Visualization of PCR Products")
|
| 134 |
+
# Your primer design logic and data preparation
|
| 135 |
+
feature_length = len(feature_sequence)
|
| 136 |
+
plot_pcr_product(feature_sequence, primers, feature_length, num_pairs=5)
|
| 137 |
else:
|
| 138 |
st.error('No primers were found. Please adjust your parameters and try again.')
|