added 3 cols for snp counts for ML

This commit is contained in:
Tanushree Tunstall 2022-09-01 16:11:23 +01:00
parent 2bf91681b4
commit de9e6a709b
2 changed files with 6 additions and 2 deletions

3
scripts/ml/ml_iterator_CVs.py Normal file → Executable file
View file

@ -15,7 +15,8 @@ homedir = os.path.expanduser("~")
sys.path.append(homedir + '/git/LSHTM_analysis/scripts/ml/ml_functions')
sys.path
###############################################################################
outdir = homedir + '/git/LSHTM_ML/output/genes/'
#outdir = homedir + '/git/LSHTM_ML/output/genes/'
outdir = homedir + '/git/Misc/'
#====================
# Import ML functions