-
Notifications
You must be signed in to change notification settings - Fork 125
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
mirtrace casting error - with a fix #327
Labels
bug
Something isn't working
Comments
smrnaseq/modules/local/mirtrace.nf Line 10 in c611b15
I can't find the issue here...? |
Ah sorry, I switched the words! Meant to say that |
Does that then work for multiple samples too? |
Yes, we ran it on a set of 4 Qiaseq samples |
Please run with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
Our pipeline errors out with a casting error when entering mirtrace in version 2.3 (and dev version) of the smRNAseq pipeline. It works fine with only fastp adapter trimming, but when we use the UMI tools and fastp we consistently get the java type casting bug.
The fix is: edit the smrnaseq/modules/local/mirtrace.nf file, line 10. The pipeline uses
path(reads)
, but when that's changed toval(reads)
the pipeline completes without the casting bug. Verifies that it removes UMIs and adapters as expected as well.Command used and terminal output
Relevant files
nextflow.log
System information
The text was updated successfully, but these errors were encountered: