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
Traceback (most recent call last):
File "/public2/home/rotation/miniconda3/envs/TFProb/bin/brie-quant", line 8, in
sys.exit(main())
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/brie/bin/quant.py", line 219, in main
options.batch_size, options.pseudo_count, options.test_base)
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/brie/bin/quant.py", line 42, in quant
adata = brie.read_h5ad(in_file)
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/h5ad.py", line 236, in read_h5ad
d[k] = read_dataframe(f[k])
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/h5ad.py", line 301, in read_dataframe
return read_elem(group)
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/specs/registry.py", line 183, in read_elem
return _REGISTRY.get_reader(type(elem), get_spec(elem), frozenset(modifiers))(elem)
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/specs/methods.py", line 523, in read_dataframe
{k: read_elem(elem[k]) for k in columns},
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/specs/methods.py", line 523, in
{k: read_elem(elem[k]) for k in columns},
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/specs/registry.py", line 183, in read_elem
return _REGISTRY.get_reader(type(elem), get_spec(elem), frozenset(modifiers))(elem)
File "/public2/home/rotation/miniconda3/envs/TFProb/lib/python3.7/site-packages/anndata/_io/specs/methods.py", line 327, in read_string_array
return read_array(d.asstr())
AttributeError: 'Dataset' object has no attribute 'asstr'
The text was updated successfully, but these errors were encountered:
Hi, Yuanhua
I'm sorry to disturb you for so many times!
When i ran the
brie-quant
, i met a terrible error and i can't understand how to solve it!my code:
my cell_note.tsv:
I want to detect the differential events between the two celltype.
my error:
The text was updated successfully, but these errors were encountered: