-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long runtime with Circle Realign? #66
Comments
Can you share the exact command you are using and how you submit it (In case you are on cluster)? best, Inigo |
#SBATCH --job-name=realign Circle-Map Realign -t 10 -v 3 -i sorted_circular_read_candidates_NPAH.bam -sbam NPAH_sorted_coord.bam -qbam NPAH_sorted_qname.bam -fasta /mm10/mm10.fa -o /NPAH_circle.bed |
Dear hartlama, I see. Is your data phi29 amplified? If so, the first interations tend to be slow due to exponential amplification and then it gets faster. On the long run, I would like to make Circle-Map a bit faster, and I have already found the lines of code that make it perform poorly. But I a afraid this can take a very long time given the amount of work I have now. best, Inigo |
Hi Inigo, It is amplified. Would it be safe to down-sample at one of the previous steps? Thanks, |
Hi, Circle-Map Realign -t 80 -i $out.bwa.qname.Circle-Map.sort.bam -qbam $out.bwa.qname.bam -sbam $out.bwa.bam -fasta $reference -o $out. bwa.qname.Circle-Map.out.bed However, it seems to run forever at the step of 100%, any suggestions? 2021-06-27 23:28:37: Splitting clusters to to processors 32%|███▎ | 1300/4000 [04:35<08:22, 5.37it/s] the best, |
Is there any way to speed up Circle Realign? I'm running with 10 processors, 15GB each, on a server, but I still have some iterations taking 1-3 hours. My sorted_read_candidates.bam file is 16GB. Any suggestions?
The text was updated successfully, but these errors were encountered: