moved scripts to /ind_scripts & added add col to formatting script
This commit is contained in:
parent
e94da61871
commit
a405aa17c3
6 changed files with 1129 additions and 62 deletions
|
@ -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=============================================================')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue