We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When scdb_init("testdb/", force_reinit=T) is executed, only the phrase "initializing scdb to testdb/" appears and scdb is not installed. And after running options(timeout = 1e9), When I run mcell_import_scmat_10x("test", base_dir="http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k/"), I get a Error in scmat_read_scmat_10x(matrix_fn, genes_fn, cells_fn, dataset_id = mat_nm) : MC-ERR: missing 10x matrix urls, links: http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k//matrix.mtx http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k//genes.tsv http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k//barcodes.tsv.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When scdb_init("testdb/", force_reinit=T) is executed, only the phrase "initializing scdb to testdb/" appears and scdb is not installed.
And after running options(timeout = 1e9),
When I run mcell_import_scmat_10x("test", base_dir="http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k/"), I get a
Error in scmat_read_scmat_10x(matrix_fn, genes_fn, cells_fn, dataset_id = mat_nm) :
MC-ERR: missing 10x matrix urls, links: http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k//matrix.mtx http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k//genes.tsv http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k//barcodes.tsv.
The text was updated successfully, but these errors were encountered: