-
Notifications
You must be signed in to change notification settings - Fork 11
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
mirge3 gets killed #101
Comments
Hi @lchall08, I checked the error and it is wierd since
Thank you, |
See attached the annotation report. The code I used is: input.txt is just a list of all the fastqs |
Hi @lchall08, The summary looks Ok. At this stage we wont know at which file's (samples') processing we encountered this error. Can you run them in batches to isolate the file that caused the error? and if you could share that file or subset, I can take a look at the bug. Thank you, |
Hi Arun,
Please see attached a subset of the files. I did a couple of extra tests to
figure out where the bug was:
1) The code always crashes at the novel miRNA prediction stage,
irrespective of which subset of data that I use. I was able to "finish" to
completion if I removed the -nmir option from my code. I put finish in
quotes since the miRNA_visualization did not populate, but the downstream
DESeq analysis etc. finished with no errors.
2) I really think this is happening only with using the rat reference
library as I do not have any issues running my other projects based on
mouse data. On this hunch, I used this same data but instead of "on rat" I
used "on mouse" and it ran with no issues at all.
Any thoughts?
Thank you for helping troubleshoot this.
BAT_Leptin60_S1_L001_R1_001.fastq.gz
<https://drive.google.com/file/d/1MSD-gwummHwuz12o4XdGiFf98Dbju7Cz/view?usp=drive_web>
Sham_1_S21_L001_R1_001.fastq.gz
<https://drive.google.com/file/d/1TujTATE-bzDf3CwXcGntbcVMSkQk112h/view?usp=drive_web>
…On Thu, Oct 3, 2024 at 5:47 PM Arun Patil ***@***.***> wrote:
Hi @lchall08 <https://github.com/lchall08>,
The summary looks Ok. At this stage we wont know at which file's
(samples') processing we encountered this error. Can you run them in
batches to isolate the file that caused the error? and if you could share
that file or subset, I can take a look at the bug.
Thank you,
Arun.
—
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNDVMPWZ2L2FUKFAEMMZ4TZZXCQBAVCNFSM6AAAAABPKKF66KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSGQ3DONJWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @lchall08, I have used the Rat genome ( Also, I skipped the DEX at this point as I didn't have metadata. Can you try the same samples without DEX and let me know if it works. The version of the packages used are listed below:
I guess that the Rat reference is not extracted fully. I am sending the output folder via gmail. Let me know how it works. Thank you, |
Running mirge3 on Rat samples: Goes through all the steps until novel miRNAs prediction and throws this error and stops.
Traceback (most recent call last):
File "/opt/conda/envs/mirge3/bin/miRge3.0", line 10, in
sys.exit(main())
^^^^^^
File "/opt/conda/envs/mirge3/lib/python3.12/site-packages/mirge/main.py", line 203, in main
predict_nmir(args, workDir, ref_db, base_names, pdUnmapped)
File "/opt/conda/envs/mirge3/lib/python3.12/site-packages/mirge/libs/novel_mir.py", line 424, in predict_nmir
generate_featureFiles(str(Path(outputdir2)), files, chrSeqDic, chrSeqLenDic, miRNAchrCoordivateDic, exactmiRNASeqDic)
File "/opt/conda/envs/mirge3/lib/python3.12/site-packages/mirge/libs/generate_featureFiles.py", line 226, in generate_featureFiles
features = clusterInstance.calculateFeature()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/mirge3/lib/python3.12/site-packages/mirge/classes/readCluster.py", line 320, in calculateFeature
neclueotideCountList = neclueotideCountList + [templateNucleotide, count_TemplateNucleotide_percentage, count_nonTemplateNucleotide_percentage, count_A_percentage, count_T_percentage, count_C_percentage, count_G_percentage]
^^^^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'count_A_percentage' where it is not associated with a value
The text was updated successfully, but these errors were encountered: