streetslab / dimelo

python package for analysis of dimelo-seq & nanopore modified base data
MIT License
3 stars 5 forks source link

sqlite3 transaction error when running qc_report #30

Open reetm09 opened 2 years ago

reetm09 commented 2 years ago

When running qc_report with multiple input bam files or in a loop with single bam inputs, we sporadically get a sqlite3.OperationalError: cannot start a transaction within a transaction error. As a temporary fix, try running with a single input bam file, not in a loop. We are working on a permanent fix.