From e4ffc9102fab9017f6d255ec96d9bfcaa19f1160 Mon Sep 17 00:00:00 2001 From: Hugo Gillet <hugo.gillet@stud.unibas.ch> Date: Mon, 5 Dec 2022 19:49:49 +0000 Subject: [PATCH] Update match_reprtranscript_expressionlevel.py --- scripts/match_reprtranscript_expressionlevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/match_reprtranscript_expressionlevel.py b/scripts/match_reprtranscript_expressionlevel.py index a4fc8df..547df01 100644 --- a/scripts/match_reprtranscript_expressionlevel.py +++ b/scripts/match_reprtranscript_expressionlevel.py @@ -5,7 +5,7 @@ import representative as repr import os -def dict_reprTrans_to_df(dict_reprTrans: dict[str,str])-> pd.Dataframe: +def dict_reprTrans_to_df(dict_reprTrans: dict[str,str])-> pd.DataFrame: """Convert a dictionary of genes and their representative transcript into a dataframe -- GitLab