-
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
NEW: Exposes strand
parameter for cluster_features_de_novo
(#90)
#90
Conversation
Apologies for the delayed review on this @vaamb - implementation looks good, but it would be nice to add some associated unit tests to confirm that this added parameter is functioning as expected! |
Hey @vaamb we'll have to bump this to the next release if you aren't able to get unit tests added by EOD tomorrow. Thanks! |
- Used the same default parameters and description than the 2 other `cluster_features_*`
- It was a copy and paste of the comment under `test_skip_denovo`
…and_no_clustering` and `test_99_percent_clustering_strand`
@lizgehret I finally found the time to add the tests |
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.
These tests look good, thanks @vaamb! Will go ahead and get this merged!
strand
parameter for cluster_features_de_novo
strand
parameter for cluster_features_de_novo
(#90)
Can be usefull when working with mixed-orientation sequences in order to merge together sequences with their reverse complement prior to other analyses
Used the same default parameters and description than for the 2 other
cluster_features_*