-
Notifications
You must be signed in to change notification settings - Fork 145
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
Wrong display values for "zymo" and "em_seq" presets on help page #335
Conversation
Dev -> Master 2.4.0
Updated zymo preset "--clip_r2" argument value from 15 to 10.
Updated all em_seq preset argument values from 8 to 10.
|
@nf-core-bot fix linting |
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 good to me!
I double-checked the logic in the config, just to make sure it matches up as well. @FelixKrueger wrote it, so hopefully that part is right 😆
Hot take: @FelixKrueger we should make a json or yaml or csv or something of the table linked above, and then parse it either in the methylseq pipeline, or get it baked right into trimgalore, so we could do trimgalore --em-seq
...
Not sure how that'll ever fix our schema being out of sync issue, though.
Wrong display values for "zymo" and "em_seq" presets on help page
Merged locally because the branch started off master, and figuring out how to fix that isn't something I'd wish on my worst enemy. |
Thank you Edmund 😄 yeah apologies for that haha, I rushed it and hadn't paid attention to that detail. |
PR checklist
Changes:
I am currently working with data where I had to use the "zymo" trimming preset. I was immensely confused when I saw discrepancies between the expected displayed behavior on the parameters help page and the actual results I was obtaining.
So I cross-checked the values for the presets between the methylseq Parameters help page and the Bismark Bisulfite Mapper documentation, on top of actually testing the preset in a run, and found that the value for "--clip_r2" should be 10 and not 15 on the help page.
This further compelled me to check and test the other presets, where I found through the same checking methods that the preset values for "em_seq" are also wrongly displayed. They should be 10 and not 8.