-
Notifications
You must be signed in to change notification settings - Fork 82
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
Finish CM implementation #4
Comments
The pipelin should be able to handle these kind of datasets:
In both cases, we'd like to see adapters to be removed. Additionally for PE data, there needs to be read merging performed with several output files that are then combined to a single file for downstream analysis. An example on what is done normally can be found here: I personally think we should also get rid of Clip&Merge and just support AdapterRemoval in EAGER2, no need for having two methods when one is anyways outperforming the other in all cases. |
Dropping CM implementation for AdapterRemovalv2 implementation. That should suffice for 99.5% of all projects anyways. |
Made polyG param clearer what it is
Missing parts:
The text was updated successfully, but these errors were encountered: