From 7d6087c82e7105371be51eaf6c4358921a6eeca2 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 28 Oct 2021 12:22:46 +0100 Subject: [PATCH] saving ppi2 format script on embb_dev branch --- mcsm_ppi2/run_format_results_mcsm_ppi2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mcsm_ppi2/run_format_results_mcsm_ppi2.py b/mcsm_ppi2/run_format_results_mcsm_ppi2.py index 65752f5..c0340ad 100755 --- a/mcsm_ppi2/run_format_results_mcsm_ppi2.py +++ b/mcsm_ppi2/run_format_results_mcsm_ppi2.py @@ -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=============================================================') -#%%##################################################################### \ No newline at end of file +#%%#####################################################################