Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Parquet format #14

Open
megleila opened this issue Nov 4, 2024 · 1 comment
Open

Parquet format #14

megleila opened this issue Nov 4, 2024 · 1 comment

Comments

@megleila
Copy link

megleila commented Nov 4, 2024

Hello -- I am having an issue reading in the data because my Xenium output data are in the newer version of output files, parquet files rather than .csv.gz files (e.g. transcripts.csv.gz is now transcripts.parquet). Is there a workaround for this or update to CellScopes?

@HaojiaWu
Copy link
Owner

HaojiaWu commented Nov 4, 2024

Hi @megleila
Yes, this is fixed in the dev version of the package. Please upgrade your Julia to version 1.10.4 and install the development branch like this (assuming that you are using linux server).
In Terminal:

wget https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.4-linux-x86_64.tar.gz
tar xvf julia-1.10.4-linux-x86_64.tar.gz
# export julia to your path

In Julia:

using Pkg
Pkg.add(PackageSpec(url="https://github.com/bicycle1885/Leiden.jl"))
Pkg.add(PackageSpec(url="https://github.com/HaojiaWu/CellScopes.jl", rev="dev"))

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants