added
This commit is contained in:
parent
82e2da4f3b
commit
f94eadf1d4
3 changed files with 40 additions and 13 deletions
14
scripts/ml/ml_functions/TEST_GetMLData.py
Normal file
14
scripts/ml/ml_functions/TEST_GetMLData.py
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue