moved scripts to /ind_scripts & added add col to formatting script

This commit is contained in:
Tanushree Tunstall 2020-04-20 12:52:10 +01:00
parent e94da61871
commit a405aa17c3
6 changed files with 1129 additions and 62 deletions

View file

@ -124,8 +124,7 @@ def format_results():
mcsm_df_formatted.to_csv(outfile_format, index = False)
print('Finished writing file:'
, '\nFilename:', out_filename_format
, '\nPath:', outdir
, '\nFile:', outfile_format
, '\nExpected no. of rows:', len(mcsm_df_formatted)
, '\nExpected no. of cols:', len(mcsm_df_formatted)
, '\n=============================================================')