Closed TimoTrefzer closed 5 years ago
For me it worked now with version 0.15.3 from bioconda
hi @TimoTrefzer
If you look at the code line6-7
the docker container attached has the same pysam version, please let me know if you still have issues.
Thanks Sid
Hi @TimoTrefzer closing this happy to reopen it if you still see issues.
Thanks Sid
Hello,
I was wondering which version of pysam you are using. Because I get the following error and think it might be due to changes in pysams variables:
File "scripts/cb_sniffer.py", line 347, in
barcode_counts = x.count_barcodes(bam_file, bars, x.classify(), mq, bq)
File "scripts/cb_sniffer.py", line 77, in count_barcodes
with pysam.AlignmentFile(bam_fil, 'rb') as pile:
AttributeError: 'module' object has no attribute 'AlignmentFile'
Cheers