This commit is contained in:
Tanushree Tunstall 2022-09-01 12:54:41 +01:00
parent 82e2da4f3b
commit f94eadf1d4
3 changed files with 40 additions and 13 deletions

View file

@ -0,0 +1,14 @@
#!/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)