changed filename to the new combined output (mcsm+struct params)
This commit is contained in:
parent
e598f7d5dd
commit
aad225b3d4
2 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#########################################################
|
||||
# TASK: To combine mcsm and meta data with af and or files
|
||||
# Input csv files:
|
||||
# 1) mcsm output formatted
|
||||
# 1) mcsm normalised and struct params
|
||||
# 2) gene associated meta_data_with_AFandOR
|
||||
|
||||
# Output:
|
||||
|
@ -50,7 +50,8 @@ datadir = paste0('~/git/Data')
|
|||
# infile1: mCSM data
|
||||
#indir = '~/git/Data/pyrazinamide/input/processed/'
|
||||
indir = paste0(datadir, '/', drug, '/', 'output') # revised {TODO: change in mcsm pipeline}
|
||||
in_filename = 'mcsm_complex1_normalised.csv'
|
||||
#in_filename = 'mcsm_complex1_normalised.csv'
|
||||
in_filename = 'pnca_mcsm_struct_params.csv'
|
||||
infile = paste0(indir, '/', in_filename)
|
||||
cat(paste0('Reading infile1: mCSM output file', ' ', infile) )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue