From 5345e0028d94da6a59bed52c4e87e38af8732cdc Mon Sep 17 00:00:00 2001 From: Jana Sperschneider Date: Wed, 8 Nov 2017 11:29:03 +0800 Subject: [PATCH] Update version number --- Scripts/output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/output.py b/Scripts/output.py index 5805dc5..eabea4c 100644 --- a/Scripts/output.py +++ b/Scripts/output.py @@ -49,12 +49,12 @@ def result_table(localizations, ORIGINAL_IDENTIFIERS, OPTION): # Print a result table output_screen = '# -----------------' + '\n' - output_screen += '# LOCALIZER 1.0.3 Predictions (' + str(OPTION) + ' mode) \n' + output_screen += '# LOCALIZER 1.0.4 Predictions (' + str(OPTION) + ' mode) \n' output_screen += '# -----------------' + '\n' output_screen += 'Identifier'.ljust(padding_screen) + '\t' + 'Chloroplast'.ljust(18) + '\t' + 'Mitochondria'.ljust(18) + '\t' + 'Nucleus' + '\n' output_file = '# -----------------' + '\n' - output_file += '# LOCALIZER 1.0.3 Predictions (' + str(OPTION) + ' mode) \n' + output_file += '# LOCALIZER 1.0.4 Predictions (' + str(OPTION) + ' mode) \n' output_file += '# -----------------' + '\n' output_file += 'Identifier'.ljust(padding) + '\t' + 'Chloroplast'.ljust(18) + '\t' + 'Mitochondria'.ljust(18) + '\t' + 'Nucleus' + '\n'