Skip to content

Commit

Permalink
Commented out a warn statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKrueger committed Jul 22, 2016
1 parent cde170c commit 55dea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bismark
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ sub check_bowtie_results_single_end_bowtie2{
}
}
else{
warn "Current alignment (AS $alignment_score) isn't better than the best so far ($best_AS_so_far). Not changing anything\n";
# warn "Current alignment (AS $alignment_score) isn't better than the best so far ($best_AS_so_far). Not changing anything\n";
}
}

Expand Down

0 comments on commit 55dea1d

Please sign in to comment.