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

xcounts header #202

Merged
merged 22 commits into from
Dec 12, 2023
Merged

xcounts header #202

merged 22 commits into from
Dec 12, 2023

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

@andrewdavidsmith andrewdavidsmith merged commit 6c6b4fd into master Dec 12, 2023
1 check passed
@andrewdavidsmith andrewdavidsmith deleted the xcounts-header branch December 12, 2023 04:43
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