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

Excise LocusContext class #67

Merged
merged 2 commits into from
Nov 4, 2019
Merged

Excise LocusContext class #67

merged 2 commits into from
Nov 4, 2019

Conversation

standage
Copy link
Member

@standage standage commented Nov 4, 2019

This update removes the LocusContext class in favor of the TargetAmplicon class in MicroHapDB designed for the same purpose.


  • Changes are clearly described above
  • Any relevant issue threads are referenced in the description
  • Any new features are tested (see docs/DEVEL.md for details)
  • Substantial changes are documented in CHANGELOG.md (see https://keepachangelog.com/en/1.0.0/)

@codecov-io
Copy link

codecov-io commented Nov 4, 2019

Codecov Report

Merging #67 into master will increase coverage by 0.43%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   95.72%   96.15%   +0.43%     
==========================================
  Files          25       25              
  Lines         818      781      -37     
  Branches      157      153       -4     
==========================================
- Hits          783      751      -32     
+ Misses         18       16       -2     
+ Partials       17       14       -3
Impacted Files Coverage Δ
microhapulator/panel.py 89.83% <ø> (+0.72%) ⬆️
microhapulator/profile.py 99.11% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d536bb4...f76b495. Read the comment docs.

@standage standage merged commit e02ec88 into master Nov 4, 2019
@standage standage deleted the locuscontext branch November 4, 2019 18:36
@standage standage mentioned this pull request Feb 5, 2020
4 tasks
standage added a commit that referenced this pull request Feb 5, 2020
The best place to put code related to panel definition/design (MicroHapDB core code, MicroHapulator core code, or ancillary code) has been a subject of frequent consideration over the last few months. See #66, #67, bioforensics/MicroHapDB#34, bioforensics/MicroHapDB#35, bioforensics/MicroHapDB#36.

This update moves some of the preliminary panel design code out of the MicroHapulator core into a dedicated notebook. Various tests were updated to not rely on these panel definitions being in the MicroHapulator core code.
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

2 participants