Skip to content

Commit

Permalink
Commented warning message for some ambiguous alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKrueger committed May 22, 2017
1 parent bc3f7f1 commit 75940b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bismark
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use lib "$RealBin/../lib";


my $parent_dir = getcwd();
my $bismark_version = 'v0.18.0';
my $bismark_version = 'v0.18.1_dev';
my $start_run = time();
# warn "Run started at: $start_run\n";
my $command_line = join (" ",@ARGV);
Expand Down Expand Up @@ -4062,7 +4062,7 @@ sub check_bowtie_results_paired_ends_bowtie2{
$amb_same_thread = 1;
}
else{
warn "This read pair has a worse alignment score than the best alignment so far and will be ignored even though it is ambiguous in itself\n";
# warn "This read pair has a worse alignment score than the best alignment so far and will be ignored even though it is ambiguous in itself\n";
}

### if there is a better alignment later on -> fine. If not, the read will get booted altogether one way or another
Expand Down Expand Up @@ -10322,6 +10322,6 @@ Bismark SAM OUTPUT (default):
Each read of paired-end alignments is written out in a separate line in the above format.
Last edited on 03 May 2017
Last edited on 22 May 2017
HOW_TO
}

0 comments on commit 75940b1

Please sign in to comment.