saving ppi2 format script on embb_dev branch
This commit is contained in:
parent
9c37dbee31
commit
7d6087c82e
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ homedir = os.path.expanduser('~')
|
|||
|
||||
from format_results_mcsm_ppi2 import *
|
||||
########################################################################
|
||||
# TODO: add cmd line args
|
||||
#%% command line args
|
||||
arg_parser = argparse.ArgumentParser()
|
||||
arg_parser.add_argument('-d', '--drug' , help = 'drug name (case sensitive)', default = None)
|
||||
|
@ -76,4 +75,4 @@ print('Finished writing file:'
|
|||
, '\nExpected no. of cols:', len(mcsm_ppi2_df_f.columns)
|
||||
, '\n=============================================================')
|
||||
|
||||
#%%#####################################################################
|
||||
#%%#####################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue