lyimo commited on
Commit
52ff0d8
·
verified ·
1 Parent(s): edf285e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 - FIXED VERSION")
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 version correctly checks *codon-based* amino-acid mutations (e.g., rpoB S531L)
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