indicated f for format for mcms_na formatting script
This commit is contained in:
parent
2eee69ee80
commit
2e9d142184
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ def format_mcsm_na_output(mcsm_na_output_tsv):
|
|||
# reorder columns
|
||||
#############
|
||||
mcsm_na_data.columns
|
||||
mcsm_na_data = mcsm_na_data[['mutationinformation'
|
||||
mcsm_na_dataf = mcsm_na_data[['mutationinformation'
|
||||
, 'mcsm_na_affinity'
|
||||
, 'mcsm_na_scaled'
|
||||
, 'mcsm_na_outcome'
|
||||
|
@ -130,6 +130,6 @@ def format_mcsm_na_output(mcsm_na_output_tsv):
|
|||
, 'mutant_type'
|
||||
, 'chain'
|
||||
, 'pdb_file']]
|
||||
return(mcsm_na_data)
|
||||
return(mcsm_na_dataf)
|
||||
#%%#####################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue