-
Notifications
You must be signed in to change notification settings - Fork 150
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
Using TrimGalore for different rounds of adaptor cuttings #148
Comments
Hi @carmencita This is a tricky question, but I think your solution of sticking everything into the
I am not exactly sure why you would want to choose the option |
Hi I also have the same issue. Did you manage to solve this already?
results in this error message
Thanks in advance |
Which version are you using? My guess is that it may simply be too old (current is 0.6.10). |
I'm using the one from nf-core, so 0.6.7. |
Hi!
I am trying to implement the following cutadapt command using TrimGalore:
to analyse Lexogen data
I know that TrimGalore can be used with different adaptor sequences (#86). The equivalent TrimGalore command using multiple adaptors would then look as follows:
However, I am unsure how to provide the --discard-trimmed , the changing -O and the --nextseq 10 option as they are executed in different rounds. Should I put them under the TrimGalore -a option? Or is there a workaround you could suggest?
For the context: I would like to use cutadapt via TrimGalore because TrimGalore is integrated in the Nextflow RNA-seq pipeline.
Thank you for your help.
The text was updated successfully, but these errors were encountered: