-
Notifications
You must be signed in to change notification settings - Fork 67
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
'strsplit': object 'GE' not foundBUG #358
Comments
From what I can find in your code, it looks like the error is happening here:
Though I don't understand how zUMIs works, it seems that GE is a tag loaded from one of the BAM files? However, looking through all the BAM files made by zUMIs, I don't see a GE tag anywhere. What is causing this bug? Thanks |
Sorry, correction: the .filtered.Aligned.GeneTagged.UBcorrected.sorted.bam file DOES have GE tags. So I'm not sure why this bug is happening. The GE tag should be retrieved and therefore the GE objects should exist when that strsplit(GE,",") function runs. |
I think the same error came up recently in another issue, which R version do you use? |
R 4.2.2 I saw in another issue on here that R 3.6 fixes this? Is that correct? I tried '-c' option but that gives even more errors. Conda is not completely isolated from the local environment so I think it still has issues. Any other suggestions? I think maybe the only other option is docker. |
But it would be great to understand why this 'GE' error is happening in the first place. That would fix the issue. |
Sorry one more idea: is it possible to run without '-c' and then rerun with '-c' and it will continue from the point that the initial run failed at? That could be a solution. Would the rerun with '-c' detect the prior output files and skip to the last step that has not been completed? That way I can get to the 'GE' error step without '-c' and then rerun with '-c' to complete the pipline. |
It looks like the conda environment of zUMIs does not have R installed. So a docker where zUMIs is cloned into does not have R. I'd suggest putting R in the conda environment or making a fully containerized docker with all requirements. Which R version should I install? Thanks |
Hi, The conda environment has R preinstalled. Here is also a full conda export for your reference.
I have confirmed running in base system docker and AWS cloud instances previously. Best, |
Thanks. I think the issue was #332 . I removed zUMIs-env and now it is working. Now I'll run the pipeline again from docker and hopefully it works. |
Hi @gevro , I met the same problem "function 'strsplit': object 'GE' not found". I used my own zUMIs environment with R version 4.3.1. Could you please tell me have you solved this problem? |
I wasn't able to figure this out, sorry. |
I see. But wandering did you still use it? I mean how you treat this problem finally? |
see also #375 |
Hi, We're getting the below error, near the end of the pipeline.
Any idea what the issue is?
Thanks
The text was updated successfully, but these errors were encountered: