Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bismark #616

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading