brookmay
brookmay
Hi @MaximilianLombardo recently I also experienced the same issue with loading s3 files that are more than 1 GB. `(cxg) $ cellxgene launch "s3://xxxxxxxx/out.h5ad" --config-file config.yml [cellxgene] Starting the CLI......
Hi @bkmartinjr, It's weird cause I do have space on my local machine - ``` ~$ df -h /tmp Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk1s1...
We're also running cellxgene on docker container via cellxgene-gateway (https://github.com/Novartis/cellxgene-gateway) which is also using cellxgene version 1.0.1. On the container, I can see some h5ad files in /tmp. ``` [ec2-user@i-xyzxzyzyz...
Hi @ebezzi, to answer your questions - 1. yes, I get the same error when I try to launch cellxgene using s3 url. You can refer the first comment in...