Open cpattaroni opened 3 years ago
Hi
I have this problem, too. Multi threading also doesn't work. I'm analyzing a drop-seq data and now I wanna put scPipe into the trash!
> sc_demultiplex(file.path(data_dir, "out.map.bam"), "/media/ad-bioinformatics/9117284696_AD/dd/main/zzzzzz",
barcode_annotation_fn, mito = "chrMT", has_UMI = TRUE, max_mis = 2,
nthreads = 8)
demultiplexing reads by barcode...
time elapsed: 127 minutes 41 seconds
Hi,
sc_demultiplex_and_count
is running till the end without bugging but then thecount
folder is empty (no .csv written). It is quite frustrating, as there is no error so no idea why it is not working.