This commit is contained in:
Auden Cote-L'Heureux 2023-10-02 12:03:27 -04:00 committed by GitHub
parent f4faf95555
commit 694ece4648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ def next_script(args):
print (color.BOLD+'\n\nLook for '+color.DARKCYAN+args.output_file+'.'+str(args.minLen)+\
'bp.fasta'+color.END+color.BOLD+'\n\n')
print ('Next Script is: 'color.GREEN+' 2a_Idenfify_rRNA.py followed by 2b_Identify_Bact.py'\
print ('Next Script is: ' + color.GREEN + ' 2a_Idenfify_rRNA.py followed by 2b_Identify_Bact.py'\
+color.END+color.BOLD+')\n\n'+ color.END)