Closed devinjones18 closed 5 months ago
Basically, some change in Matrix 1.3.3 broke a function dada2 was using in the ShortRead package. So you can either downgrade to Matrix 1.3.2, or use the current dada2 release where all calls to the offending code are removed.
Workaround by downgrading to Matrix 1.3.2: #212 (comment)
Or fix by updating to current dada2 release 1.20: #212 (comment)
Just updated to dada2 1.20 and it worked! Thank you!
Hi!
I'm having trouble with the Quality filter and trim step and getting this error:
Error in filterAndTrim(fnFs, filtFs, fnRs, filtRs, truncLen = c(240, 160), : These are the errors (up to 5) encountered in individual cores... Error in validObject(.Object) : invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class Error in validObject(.Object) : invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class Error in validObject(.Object) : invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class Error in validObject(.Object) : invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class Error in validObject(.Object) : invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
This is my code from start to finish so far. Everything runs and looks good except for the last chunk (which is what gives me this error. I've also noticed that there are no files in my "filtered" folder.
**Quality Filter and Trim Assign the filenames for the filtered fastq.gz files.