Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JanaSperschneider committed Nov 8, 2017
1 parent 64c4165 commit 5345e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 5345e00

Please sign in to comment.