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 +#%%#####################################################################