-
Notifications
You must be signed in to change notification settings - Fork 41
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 choice of trimmer program #53
Comments
Hey, I can implement this by first creating some snakemake wrappers for fastp and pear. Just because I'm interested: what are the benefits of fastp and pear? |
I was mostly wondering about the possibility of specifying other adapter programs, since right now the pipeline seems to be pretty much made for As for the programs, I will probably be interested in several combinations depending on the project:
|
The concept of this pipeline is to provide one reasonable choice per task. Hence, for supporting another adapter and trimming tool, we would probably kick out cutadapt. In principle, that is doable, but it would be a breaking change since people configure the pipeline with cutadapt options. Hence, we would have to be a really important reason. Something like 10x faster, or additional options or functionality that is not present in cutadapt. Happy to consider that! I have recently become a fan of fastp, in particular because it can also estimate adapters on the fly, which is very nice from a convenience perspective. That would certainly be an option. Would you say that fastp ticks all boxes for you? |
I've used |
Dear all,
not sure if it is supposed to be feature requests in template, but I think it would quite nice to have the option to choose which trimmer to use. For example:
As I see it, the config could look something like:
The text was updated successfully, but these errors were encountered: