Skip to content
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

invalid class “SRFilterResult” object: #31

Closed
JIBINJOHNV opened this issue Jun 6, 2021 · 1 comment
Closed

invalid class “SRFilterResult” object: #31

JIBINJOHNV opened this issue Jun 6, 2021 · 1 comment

Comments

@JIBINJOHNV
Copy link

I would appreciate if you could look at the following issues that I encountered during my analysis:

Comman used

path_to_fastq <- system.file("extdata", package = "seqpac", mustWork = TRUE)
count_list <- make_counts(input=path_to_fastq, type = "fastq", trimming="seqpac",
parse="default_neb")

Error

Identifying unique sequences in trimmed fastq files ...Error in { :
task 1 failed - "error in evaluating the argument 'object' in selecting a method for function 'sread': Input/Output
file(s):
/tmp/Rtmp5BnlP2/seqpac//Stage1_Batch1_Inx3_S3.trim.fastq.gz
message: IncompatibleTypes
message: error in evaluating the argument 'i' in selecting a method for function '[': invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class"

@Danis102
Copy link
Owner

Sorry for a late response. We will try getting back sooner in the future.

We have not encounter this issue on our test machines. After quickly googling around, it seems that similar errors have occurred for other packages when running some versions of Matrix (for example see: benjjneb/dada2#212 (comment))

Try update the ShortReads package or downgrade the Matrix package to an older version. You may also try our development branch, in case this issue has been solved by recent updates in seqpac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants