-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error running baysor preview - raises MethodError. #138
Comments
Hi @VPetukhov , Would appreciate any help in resolving this issue. Thanks, |
Please, provide more information. The OS, the command you ran and full error stacktrace and full log. |
I was able to resolve this by downgrading to v0.6.2 and using binaries. It seems the issue is specific to the latest version. Operating System: Red Hat Enterprise Linux 8.7 (Ootpa) Commands: baysor run -x x_location -y y_location -z z_location -g feature_name -m 5 -p -s 5 -o /rsrch5/home/neuro_rsrch/apirani/20240608__175715__Matri_GliomaProTMA_Met_SS_060824/baysor_run/default/ ~/20240608__175715__Matri_GliomaProTMA_Met_SS_060824/X0.0-24000.0_Y0.0-24000.0_filtered_transcripts_changed_cellid.csv By the way, I am still getting the same error as my earlier post when I try to build it in MacOS. I was not able to build it in either MAC or Linux so had to opt for the binaries. |
Also, Preview still doesn;t output transcript plots. |
hi, i had the same initial issue as you so i tried out your method with v0.6.2 and it installed successfully. however, every time i run the command, it takes a long time and eventually throws this error: [11:53:05] Info: Run R61a6fa158 i even attempted to use a tmux session. did you have a similar issue? |
@marzaidi I didnt come across this error. However, I ran the job on a high memory node (~350Gb). If you can post the exact error, that might tell us what the actual issue is. |
@marzaidi Yes - still not able to use the latest version due to build errors and the binaries dont work out of the box. @VPetukhov Hopefully, there will be a fix soon. |
This suggests that the job was killed, which usually happens because too much memory was used. Baysor is memory-hungry, and 10x datasets are really big. https://github.com/gustaveroussy/sopa may help here. |
@alipirani88 , could you please submit build errors to a separate issues?
Very approximate ETA is the end of October. |
@alipirani88 , @marzaidi , by the way, quick fix, try using config ( |
The issue is now fixed in |
Hello, The error still persists even with the latest version. |
Hello @melchuawy , do you mean v0.7.0 or |
This is fixed in v0.7.1. |
How do I solve this error? Would appreciate any help solving this issue?
ERROR: MethodError: no method matching tryparse(::Type{Symbol}, ::String)
Closest candidates are:
tryparse(::Type{Union{}}, ::Any...; kwargs...)
@ Base parse.jl:257
tryparse(::Type{FilePathsBase.WindowsPath}, ::AbstractString)
@ FilePathsBase /home/viktor_petukhov/.julia/packages/FilePathsBase/Laclt/src/windows.jl:31
tryparse(::Type{Float16}, ::AbstractString)
@ Base parse.jl:302
...
Stacktrace:
[1] command_main(ARGS::Vector{String})
@ Baysor /home/viktor_petukhov/.julia/packages/Comonicon/F3QqZ/src/codegen/julia.jl:490
[2] command_main
@ /home/viktor_petukhov/.julia/packages/Comonicon/F3QqZ/src/codegen/julia.jl:90 [inlined]
[3] julia_main()
@ Baysor /home/viktor_petukhov/.julia/packages/Comonicon/F3QqZ/src/frontend/cast.jl:481
[4] top-level scope
@ none:1
The text was updated successfully, but these errors were encountered: