From 6c44b04108d20c750b59a7c9b7b945e2c37c22df Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 19 Aug 2020 17:50:35 +0200 Subject: [PATCH] update docstring --- PanACoTA/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanACoTA/utils.py b/PanACoTA/utils.py index 9d29116a..cb123954 100755 --- a/PanACoTA/utils.py +++ b/PanACoTA/utils.py @@ -1100,7 +1100,7 @@ def get_genome_contigs_and_rename(gembase_name, gpath, outfile): tuple - Dict of all contigs with their original and new name: (list of str) {>orig_name: >new_name} - - List of all contigs with their size: (list of str) + - Dict of all contigs with their size: (list of str) {"new_name': 'size1"} """ # Initialize variables -- GitLab