diff --git a/PTL1/Transcriptomes/Scripts/1a_TranscriptLengthFilter.py b/PTL1/Transcriptomes/Scripts/1a_TranscriptLengthFilter.py index f0daa41..7eec1ad 100644 --- a/PTL1/Transcriptomes/Scripts/1a_TranscriptLengthFilter.py +++ b/PTL1/Transcriptomes/Scripts/1a_TranscriptLengthFilter.py @@ -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)