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

function 'strsplit': object 'GE' not found #375

Open
yangmean opened this issue Sep 30, 2023 · 3 comments
Open

function 'strsplit': object 'GE' not found #375

yangmean opened this issue Sep 30, 2023 · 3 comments

Comments

@yangmean
Copy link

Describe the bug
Very useful package. I used my own conda environment (R verison 4.3.1) and met this problem below:

Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'strsplit': object 'GE' not found
Calls: convert2countM ... .makewide -> unlist -> strsplit -> .handleSimpleError -> h
Execution halted

To Reproduce

Screenshots
image

**Session information
samtools 1.17
STAR 2.7.11a
R 4.3.1
pigz 2.6

Additional context
Add any other context about the problem here.

@brainfo
Copy link

brainfo commented Oct 2, 2023

same issue here with both 2.9.7c or 2.9.7e coupled with R 4.1.3 or 4.2.2, STAR 2.7.10a, samtools 1.15.1. also read the commits history, but find any clues like which commit version should work.
some of the reads in {project_name}.filtered.Aligned.GeneTagged.sorted.bam have tag GE in it, e.g.:
A00821:1413:H2F53DSX7:2:2311:13810:12132 16 chr1 14409 1 78M514N37M9S * 0 0 GCTCAGTTCTTTATTGATTGGTGTGCCGTTTTCTCTGGAAGCCTCTTAAGAACACAGTGGCGCAGGCTGGGTGGAGCCGTCCGACATCAAGTGCCCACCTTGGCTCGTGGCTTTCCCGTTGCAG FFFF:FFFFFFF:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:F:FFFFFFF:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NH:i:4 HI:i:1 AS:i:111 nM:i:2 BX:Z:GGATATTCCACA BC:Z:GGATATTCCACA UB:Z:CAGCGCGACGGTGTGA QB:Z:FFFFFFFFFFFF QU:Z:F,FFFFFFFFFFFFFF ES:Z:Assigned3 EN:i:1 GE:Z:ENSG00000227232.5 IS:Z:Assigned3 IN:i:1 GI:Z:ENSG00000227232.5

@yangmean
Copy link
Author

yangmean commented Oct 3, 2023

@brainfo I checked this error in scripts. It appears to be related to the absence of the 'GE' object in the "UMIstuffFUN.R" script. I'm unsure about the meaning of the 'GE' object within the '.makewide' function in this script.

image

@cziegenhain
Copy link
Collaborator

Hi, I think this is related to using a very current R version.
Please use the included conda environment that has a validated installation.
(zUMIs.sh -c -y run.yaml)

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

3 participants