Update app.py
Browse files
app.py
CHANGED
@@ -272,13 +272,13 @@ def analyze_resistance(mutation_data, gene_info):
|
|
272 |
# 7. Main Streamlit App
|
273 |
# -------------------------------------------------
|
274 |
def main():
|
275 |
-
st.title("M. tuberculosis Drug Resistance Analysis
|
276 |
|
277 |
st.markdown("""
|
278 |
### Automated Drug Resistance Analysis Tool
|
279 |
Upload your query genome (clinical isolate) in FASTA format for comparison with H37Rv reference.
|
280 |
|
281 |
-
**Note**: This
|
282 |
and *nucleotide-based* promoter mutations (e.g., inhA -15C>T).
|
283 |
""")
|
284 |
|
|
|
272 |
# 7. Main Streamlit App
|
273 |
# -------------------------------------------------
|
274 |
def main():
|
275 |
+
st.title("M. tuberculosis Drug Resistance Analysis")
|
276 |
|
277 |
st.markdown("""
|
278 |
### Automated Drug Resistance Analysis Tool
|
279 |
Upload your query genome (clinical isolate) in FASTA format for comparison with H37Rv reference.
|
280 |
|
281 |
+
**Note**: This tool correctly checks *codon-based* amino-acid mutations (e.g., rpoB S531L)
|
282 |
and *nucleotide-based* promoter mutations (e.g., inhA -15C>T).
|
283 |
""")
|
284 |
|