Skip to content

Commit

Permalink
Add a quotation for the bad quality threshold message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Jun 20, 2018
1 parent 12e9371 commit 29bcad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Expand Up @@ -362,7 +362,7 @@ int main( int argc, char *argv[] )
// Get the bad quality screo
reads.Rewind() ;
badQualityThreshold = GetBadQuality( reads ) ;
fprintf( stderr, "Bad quality threshold is %c\n", badQualityThreshold ) ;
fprintf( stderr, "Bad quality threshold is '%c'\n", badQualityThreshold ) ;

// Scan the reads to get the information of the kmers.
reads.Rewind() ;
Expand Down

0 comments on commit 29bcad6

Please sign in to comment.