-
Notifications
You must be signed in to change notification settings - Fork 13
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
markdups
fails with Range [0, -1) out of bounds
error
#99
Comments
Hi @bounlu, the Hartwig MarkDups tool is preferred since it uses algorithm optimised for the Hartwig toolkit and runs additional routines beyond duplicate marking. I understand your perspective however. To help investigate this issue, would you be able share the .nextflow.log associated with the above error and a couple of reads (or alignments) that shows your UMI data? |
I can confirm that the error is due to the UMI in my data as it works when I run the process without umi flags However it works fine when I provide the UMI pattern to I see that there is no such parameter for |
The current processing of UMIs in oncoanalyser is:
I'm working on better support for various UMI structures, which will be facilitated by the fastp options. Further details on the MarkDups algorithm are available here. |
For
Could you please point me where can I specify these options in the pipeline? |
In the 0.5.0 release you can achieve that configuration by setting I'm working on an enhancement that will allow more flexible configuration of UMI processing in fastp and MarkDups, the above will change slightly once those adjustments have been made in the |
Referring to #37 (comment)
Nextflow run:
I would suggest to use a more established tool like Picard MarkDuplicates to avoid such cases.
The text was updated successfully, but these errors were encountered: