added different scaling options

This commit is contained in:
Tanushree Tunstall 2022-07-05 22:47:13 +01:00
parent ebef0c7967
commit 8d831f3613
3 changed files with 99 additions and 31 deletions

View file

@ -26,7 +26,7 @@ from GetMLData import *
combined_model_paramD = {'data_combined_model' : True
, 'use_or' : False
, 'omit_all_genomic_features': False
, 'write_maskfile' : False
, 'write_maskfile' : False # true once for writing and checking
, 'write_outfile' : False }
pnca_df = getmldata('pncA', 'pyrazinamide' , **combined_model_paramD)