-
Notifications
You must be signed in to change notification settings - Fork 11
Description
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