Skip to content

Commit

Permalink
Merge pull request #616 from FelixKrueger/FelixKrueger-fix_early_exit
Browse files Browse the repository at this point in the history
Update bismark
  • Loading branch information
FelixKrueger authored Aug 23, 2023
2 parents 913b8ba + a3fefa6 commit 0edf8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bismark
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ foreach my $filename (@filenames){
warn "Nucleotide coverage statistics are currently only available for BAM or CRAM files\n\n";
}
}
exit 0;
# exit 0; # will terminate after a single supplied file....
}
else{
# If multiple files were supplied as the command line, like so:
Expand Down Expand Up @@ -9994,6 +9994,6 @@ Bismark BAM/SAM OUTPUT (default):
Each read of paired-end alignments is written out in a separate line in the above format.
Last modified on 28 May 2023
Last modified on 23 August 2023
HOW_TO
}

0 comments on commit 0edf8f0

Please sign in to comment.