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

No JSON when exported #71

Open
davidlin-stemcell opened this issue Dec 5, 2022 · 2 comments
Open

No JSON when exported #71

davidlin-stemcell opened this issue Dec 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@davidlin-stemcell
Copy link

Describe the bug
using vc$export("[out dir]"), None of the cells.json, cell-sets.json, and clusters.json are found in the output directory. Only folders with vitessce config datasets are found.

To Reproduce
Tested with the example (https://vitessce.github.io/vitessceR/articles/seuratdata.html) as well as own data. Both do not work. Following the procedure here: https://vitessce.github.io/vitessceR/articles/export_files.html?q=export#export-files-for-serving-locally

Expected behavior
cells.json, cell-sets.json, and clusters.json should appear in the output folder

Screenshots
image

Environment:

  • Release or git hash: VitessceR_0.99.0
  • Operating system: Windows 10
  • R version: 4.2.1
  • RStudio version: 2022.07.2+576
@davidlin-stemcell davidlin-stemcell added the bug Something isn't working label Dec 5, 2022
@ilan-gold
Copy link
Collaborator

It's possible there's a bug. Without your code specifically it's tough to say (it sounds like you customized the exporting demo) - have you confirmed with the with_config = TRUE argument, you still get this behavior? I also think the config would be at the root, probably output, and not in this file directory.

@keller-mark
Copy link
Member

I think the "Export data to static files" page is out of date. Seurat objects were previously converted to JSON format, but are now converted to Zarr, as Zarr is more efficient (supports compression etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants