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

Support multiple input SAM/BAM files (v2) #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmokrejs
Copy link

No description provided.

Add a wrapper loop around existing code so that users does not need
to merge multiple BAM's together. We iterate over all input
files while increasing internal counters and checking that we
indeed poked onto same chromosome with same length as in a previously
parsed BAM file.

After that print out the statistics. I received same values when running
the modified version on same BAM file. Running the modified version
on same file twice (provided as 2 arguments on the command line) at least
yields same 'Initial genome size estimate' values, the other numbers
differ a bit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant