You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @VPetukhov, thanks fro your time on this issue.
I installed GCC and julia, then the BAYSOR dependencies for sopa usage.
using CLI:
juliaup add 1.10;
juliaup default 1.10;
julia -e "using Pkg; Pkg.add(PackageSpec(url="https://github.com/kharchenkolab/Baysor.git")); Pkg.build()"
Then in the CLI I test: 'baysor segfree -c C:/Users/hekun/sopa/workflow/config/merscope/merscope.toml C:/Users/hekun/Downloads/Slide1307/detected_transcripts.csv', looks it is working in the baysor itself?
But interesting and weird thing is when I used: (sopa)C:\Users\hekun>baysor -v; I got julia version 1.10.7..... Can you guide me why I get this thing?
The text was updated successfully, but these errors were encountered:
Hi @VPetukhov, thanks fro your time on this issue.
I installed GCC and julia, then the BAYSOR dependencies for sopa usage.
using CLI:
juliaup add 1.10;
juliaup default 1.10;
julia -e "using Pkg; Pkg.add(PackageSpec(url="https://github.com/kharchenkolab/Baysor.git")); Pkg.build()"
Then in the CLI I test: 'baysor segfree -c C:/Users/hekun/sopa/workflow/config/merscope/merscope.toml C:/Users/hekun/Downloads/Slide1307/detected_transcripts.csv', looks it is working in the baysor itself?
But interesting and weird thing is when I used: (sopa)C:\Users\hekun>baysor -v; I got julia version 1.10.7..... Can you guide me why I get this thing?
The text was updated successfully, but these errors were encountered: