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

merge: Support sequences without cross-checking #1631

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

victorlin
Copy link
Member

@victorlin victorlin commented Sep 16, 2024

Description of proposed changes

Add sequence support in augur merge.

Related issue(s)

Closes #1579

Checklist

  • Check if you need to add a changelog message
  • Check if you need to add tests
  • Check if you need to update docs
  • Automated checks pass
  • Address FIXMEs

@victorlin victorlin self-assigned this Sep 16, 2024
@victorlin victorlin changed the title merge: Support --sequences + --output-sequences merge: Support sequences without cross-checking Sep 16, 2024
@victorlin
Copy link
Member Author

Closing – the latest plan is to support at least some form of optional cross-checking.

@victorlin victorlin closed this Oct 2, 2024
@victorlin victorlin deleted the victorlin/merge-sequences-separately branch October 2, 2024 23:53
@victorlin victorlin restored the victorlin/merge-sequences-separately branch January 23, 2025 22:39
@victorlin
Copy link
Member Author

Re-opening per #1579 (comment). I'll incorporate some newer developments from #1601 before opening for review.

@victorlin victorlin reopened this Jan 23, 2025
@victorlin victorlin force-pushed the victorlin/merge-sequences-separately branch 3 times, most recently from 83c70cf to a367d19 Compare January 25, 2025 00:54
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

Attention: Patch coverage is 78.57143% with 15 lines in your changes missing coverage. Please review.

Project coverage is 73.11%. Comparing base (28febb1) to head (fe72fac).

Files with missing lines Patch % Lines
augur/merge.py 78.57% 8 Missing and 7 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1631      +/-   ##
==========================================
+ Coverage   73.06%   73.11%   +0.04%     
==========================================
  Files          79       79              
  Lines        8335     8398      +63     
  Branches     1700     1721      +21     
==========================================
+ Hits         6090     6140      +50     
- Misses       1958     1965       +7     
- Partials      287      293       +6     

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

victorlin and others added 7 commits January 31, 2025 11:35
From preview review: <#1601 (comment)>

Co-authored-by: John SJ Anderson <[email protected]>
Preparing for use across functions. It can still be conditionally set as
the first thing in run() because that is the entrypoint.
Preparing for use across functions.
Preparing for sequence support.
This will be used for sequence merge.
In addition to the existing metadata support. SeqKit is used to
deduplicate across sequence files and check for duplicates within an
individual sequence file.

Co-authored-by: Thomas Sibley <[email protected]>
@victorlin victorlin force-pushed the victorlin/merge-sequences-separately branch from 44218f9 to fe72fac Compare January 31, 2025 19:59
@victorlin victorlin requested a review from tsibley January 31, 2025 20:14
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.

merge: Support sequences
1 participant