jianhong / ATACseqQC

ATAC-seq Quality Control

Home Page:https://jianhong.github.io/ATACseqQC/articles/ATACseqQC.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shiftGAlignmentsList time

josruirod opened this issue · comments

Hi, congrats on the package. I'm going to integrate it in my pipelines
I am particularly interested on shiftGAlignmentsList. I think it's really useful to shift reads while keeping bam format, even paired end. This is interesting for downstream analysis purposes.
However, the importing bam file+shifting + exporting is taking a lot of time for averaged size bam files.

Just wanted to ask if there is any chance that this gets improved, maybe giving the option to use more threads? Don't know if it's possible.

Thank you,

Sounds good, I hope this in your to do list.

Thank you for your insights

Hi josruirod,

I improved the shiftGAlignmentsList function in the development version. Please have a try. Thank you.

Thank you, appreciate the heads ups. I think the bigFile argument in readBamFile helps as well