extracted results for dynamut gid bissection b10_21

This commit is contained in:
Tanushree Tunstall 2021-08-12 17:35:12 +01:00
parent efe5e0e391
commit 8fbf5bcadd
3 changed files with 16 additions and 11 deletions

View file

@ -21,14 +21,14 @@ from pandas.api.types import is_numeric_dtype
def format_mcsm_na_output(mcsm_na_output_tsv):
"""
@param mcsm_na_na_outputcsv: file containing mcsm_na_na results for all muts
which is the result of combining all mcsm_na_na batch results, and using
@param mcsm_na_outputcsv: file containing mcsm_na_results for all muts
which is the result of combining all mcsm_na batch results, and using
bash scripts to combine all the batch results into one file.
This is post run_get_results_mcsm_na_na.py
Formatting df to a pandas df and output as tsv.
This is post run_get_results_mcsm_na.py
Formatting df to a pandas df and output as csv.
@type string
@return (not true) formatted mcsm_na_na output
@return (not true) formatted csv for mcsm_na output
@type pandas df
"""