-
Notifications
You must be signed in to change notification settings - Fork 128
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
base: master
Are you sure you want to change the base?
Conversation
--sequences
+ --output-sequences
Closing – the latest plan is to support at least some form of optional cross-checking. |
Re-opening per #1579 (comment). I'll incorporate some newer developments from #1601 before opening for review. |
83c70cf
to
a367d19
Compare
Codecov ReportAttention: Patch coverage is
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. |
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]>
44218f9
to
fe72fac
Compare
Description of proposed changes
Add sequence support in
augur merge
.Related issue(s)
Closes #1579
Checklist