-
Notifications
You must be signed in to change notification settings - Fork 20
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
allow vsearch merge-pairs to output unmerged reads #95
allow vsearch merge-pairs to output unmerged reads #95
Conversation
I'm realizing now that this is going to change the interface of I see two ways to go here:
I'm leaning toward Option 1, to avoid action-bloat. Thoughts on this @colinvwood, @ebolyen? |
do we always warn of these sorts of changes one release cycle beforehand? |
Generally, yes - we like to announce interface changes one cycle before making them (and this changes the interface by adding a new required output - so analysis workflows that call this action will fail until the new output is integrated in the workflow). That gives folks time to update any automated workflows. |
I agree that the first option seems like the better way to go |
I wonder though, since vsearch has never been part of the shotgun distribution, wouldn't adding it with these changes to that distribution not constitute a change of interface (but an introduction of one which is happening either way)? and the amplicon distribution can wait a cycle? but that might not be possible because we would need two branches on vsearch one for each distribution release I guess we could release amplicon then merge this then release shotgun |
Good point that it would be an interface change for the amplicon distro but not the shotgun distro. I'd be good with that plan, but I just wonder if it creates a lot of headaches for the release. Let's discuss in the engineering meeting today. |
We're planning on merging just after the 2023.12 release for both distributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall. Just a couple of questions regarding test data, and one request for a test.
Thanks @colinvwood! |
No description provided.