diff --git a/PanACoTA/utils.py b/PanACoTA/utils.py index 9d29116a8234a53b73e598628d80a440bf15128f..cb123954043eeb60896610589e3b690d93786cc7 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