This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
[BUG] AttributeError: 'numpy.ndarray' object has no attribute 'nnz' #260
Labels
bug
Something isn't working
Describe the bug
When running single-sample pipeline on (single) .csv counts matrix execution of
sc_h5ad_merge.py
exits withAttributeError: 'numpy.ndarray' object has no attribute 'nnz'
.To Reproduce
Steps to reproduce the behavior:
While analysing this publicly available dataset (see wget)...
Generated .config file using:
nextflow pull vib-singlecell-nf/vsn-pipelines nextflow config vib-singlecell-nf/vsn-pipelines \ -profile csv,singularity,single_sample > single_sample.config
Adapted following lines of .config file:
Problem could be fixed with
edditing
.nextflow/assets/vib-singlecell-nf/vsn-pipelines/src/utils/bin/sc_h5ad_merge.py
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Additional context
N/A
The text was updated successfully, but these errors were encountered: