-
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
function 'strsplit': object 'GE' not found #375
Comments
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. |
@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. |
Hi, I think this is related to using a very current R version. |
@cziegenhain Do you have any idea what's actually behind this error? I'm hoping to avoid having to use the included conda environment, because it contains copies of old software for which we have optimized installations already available, so I would like to leverage those... Is there anything I can do to help figure out what's behind this error exactly? |
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
**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.
The text was updated successfully, but these errors were encountered: