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

feat: overloaded 'SeqDict.from_sam()' method to support SAM files (#176) #183

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TimD1
Copy link

@TimD1 TimD1 commented Sep 4, 2024

  • in addition to pysam SAM headers and SAM header dicts, SeqDicts can now be initialized from SAM file paths and pysam SAM files
  • added basic tests for this new functionality

 - in addition to pysam SAM headers and SAM header dicts, SeqDicts can now be initialized
   from SAM file paths and pysam SAM files
 - added basic tests for this new functionality
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.45%. Comparing base (c13d3cc) to head (bdf1284).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   89.35%   89.45%   +0.10%     
==========================================
  Files          18       18              
  Lines        2094     2095       +1     
  Branches      464      461       -3     
==========================================
+ Hits         1871     1874       +3     
  Misses        146      146              
+ Partials       77       75       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Add a class/module method to read in a .dict file to a SequenceDictionary
2 participants