-
Notifications
You must be signed in to change notification settings - Fork 1
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
MemoryError #21
Comments
Hi @Biocard , it might be caused by an enormous number of aligned reads when calculating the number of FSJ reads. Is the number of FSJ reads matters for your analysis? Maybe I could add an option to disable the FSJ counting feature. |
Thanks for your help! I only need to get the final GTF file for quantitative analysis, so FSJ count does not matters for my analysis. |
Hi @Kevinzjy , how could I add an option to disable the FSJ counting feature? It takes too long to count. |
The bioinfo-biols/CIRIquant@b299761 include the "--no-fsj" option to disable FSJ counting. Could you give it a try? You will have to clone the CIRIquant repository and install it from source. If it works fine, I'll add it to the next released version. |
Hi @Kevinzjy ! Thanks for your help! My CIRIquant now generates GTF files properly ! [Fri 2022-06-24 08:50:11] [INFO ] Input reads: SRR98561_1_val_1.fq.gz,SRR98561_2_val_2.fq.gz |
That's great! |
My memory is 256GB ; however, I got the following message:
[Tue 2022-06-21 07:11:12] [INFO ] Input reads: SRR9856190_1_val_1.fq.gz,SRR9856190_2_val_2.fq.gz
[Tue 2022-06-21 07:11:12] [INFO ] Library type: unstranded
[Tue 2022-06-21 07:11:12] [INFO ] Output directory: /home/biodata/GSE135055_CIRCRNA/SRR9856190_out, Output prefix: SRR9856190
[Tue 2022-06-21 07:11:12] [INFO ] Config: GRCh38 Loaded
[Tue 2022-06-21 07:11:12] [INFO ] 40 CPU cores availble, using 35
[Tue 2022-06-21 07:11:12] [INFO ] Align RNA-seq reads to reference genome ..
[Tue 2022-06-21 08:02:43] [INFO ] Estimate gene abundance ..
[Tue 2022-06-21 08:11:28] [INFO ] No circRNA information provided, run CIRI2 for junction site prediction ..
[Tue 2022-06-21 08:11:28] [INFO ] Running BWA-mem mapping candidate reads ..
[Tue 2022-06-21 08:24:53] [INFO ] Running CIRI2 for circRNA detection ..
[Tue 2022-06-21 09:10:32] [INFO ] Extract circular sequence
[Tue 2022-06-21 09:10:55] [100% ] [##################################################]
[Tue 2022-06-21 09:10:55] [INFO ] Building circular index ..
[Tue 2022-06-21 09:12:55] [INFO ] De novo alignment for circular RNAs ..
[Tue 2022-06-21 09:56:22] [INFO ] Detecting reads containing Back-splicing signals
[Tue 2022-06-21 09:56:56] [INFO ] Detecting FSJ reads from genome alignment file
Traceback (most recent call last):
File "/home/justin/miniconda2/bin/CIRIquant", line 10, in
sys.exit(main())
File "/home/justin/miniconda2/lib/python2.7/site-packages/CIRIquant/main.py", line 183, in main
out_file = circ.proc(log_file, thread, bed_file, hisat_bam, rnaser_file, reads, outdir, prefix, anchor, lib_type)
File "/home/justin/miniconda2/lib/python2.7/site-packages/CIRIquant/circ.py", line 656, in proc
bsj_reads, fsj_reads = proc_genome_bam(hisat_bam, thread, circ_info, cand_bsj, anchor, circ_dir)
File "/home/justin/miniconda2/lib/python2.7/site-packages/CIRIquant/circ.py", line 434, in proc_genome_bam
tmp = job.get()
File "/home/justin/miniconda2/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
MemoryError
How can I sovle this problem?
The text was updated successfully, but these errors were encountered: