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

Max buffer size argument for uniq #201

Merged
merged 23 commits into from
Dec 12, 2023
Merged

Conversation

andrewdavidsmith
Copy link
Collaborator

  • xcounts: adding code to get a header from a fasta reference genome file
  • xcounts: testing some threading issues
  • several source files: checking that input file is BGZF format before using the threadpool for decompression
  • bamxx submodule update
  • xcounts: fixing a bug from previous commit
  • unxcounts: including logic to verify header against chromosomes sequences currently just using length
  • unxcounts: adding logic to only generate the counts for covered sites
  • xcounts: ignoring the mutation mark on sites
  • unxcounts: better error message on inconsistent header
  • unxcounts: trying to find the best header termination
  • unxcounts: better handling of header
  • xcounts and counts: header no longer ends with end_header and also there is no space after the # in header lines
  • unxcounts: fixing backwards condition for requiring coverage
  • unxcounts: adding a missed spot to check for required coverage
  • counts_header.cpp counts_header.hpp Makefile.am: adding counts_header stuff
  • MSite.cpp: adding a loop to pass the header when trying to determine if a file is a counts file
  • hmr.cpp and pmd.cpp: adding code to skip the header when reading sites
  • methcounts.cpp: refactoring to move the header code into counts_header.chpp
  • recovered.cpp: refactoring to move the header stuff into counts_header
  • smmetric-cpgs.cpp: refactoring to move the header stuff into counts_header
  • xcounts.cpp: refactoring to move the header stuff into counts_header
  • unxcounts.cpp: refactoring to move the header stuff into counts_header
  • uniq.cpp: adding a variable to control the max buffer size which matters for some strange data sets with hundreds of thousands of reads at the same mapping location

…ers for some strange data sets with hundreds of thousands of reads at the same mapping location
@andrewdavidsmith andrewdavidsmith merged commit f261a32 into master Dec 12, 2023
1 check passed
@andrewdavidsmith andrewdavidsmith deleted the uniq-max-buffer-size branch December 12, 2023 02:12
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.

None yet

1 participant