14 lines
No EOL
342 B
Python
14 lines
No EOL
342 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Thu Sep 1 12:22:27 2022
|
|
|
|
@author: tanu
|
|
"""
|
|
getmldata(gene = "katG"
|
|
, drug = "isoniazid"
|
|
, data_combined_model = False
|
|
, use_or = False
|
|
, omit_all_genomic_features = False
|
|
, write_maskfile = True
|
|
, write_outfile = False) |