You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the magic tool! However, I met an issue when I use this tool for some genome assemblies. The tool stucked at "Recombination hit list..." stage. Please help me to figure it out. Here is a example log:
2023-04-28 17:20:24,357 nhmmer.py:INFO ###Program nhmmer.py finish###
2023-04-28 17:20:24,407 Functions.py:INFO ###FindOR program starts running###
2023-04-28 17:20:24,408 Functions.py:INFO function platform_info() is running
The system you use is Linux.
Python3 is used.
2023-04-28 17:20:24,411 Functions.py:INFO platform_info use 0.003 seconds
Process nhmmer output file...
2023-04-28 17:20:24,411 Functions.py:INFO function proc_nhmmer_out() is running
2023-04-28 17:20:24,411 Functions.py:INFO 2 truncated gene(s) was discovered
2023-04-28 17:20:24,412 Functions.py:INFO proc_nhmmer_out use 0.001 seconds
Extract cds from genomic file...
2023-04-28 17:20:24,412 Functions.py:INFO function extract_cds() is running
2023-04-28 17:20:26,673 Functions.py:INFO extract_cds use 2.262 seconds
Find ATG and STOP codons for each sequence...
2023-04-28 17:20:26,673 Functions.py:INFO function find_cds() is running
2023-04-28 17:20:26,779 Functions.py:INFO find_cds use 0.105 seconds
Write data to file...
2023-04-28 17:20:26,786 Functions.py:INFO Merge pseudogene fragement
2023-04-28 17:20:26,787 Functions.py:INFO ###The result as follows###
2023-04-28 17:20:26,787 Functions.py:INFO Clarias_batrachus processing completed
2023-04-28 17:20:26,787 Functions.py:INFO 118 OR fragments found by nhmmer.
2023-04-28 17:20:26,787 Functions.py:INFO 91 potential functional ORs were discover.
2023-04-28 17:20:26,787 Functions.py:INFO -48 pseudogenes fragment were merged
2023-04-28 17:20:26,787 Functions.py:INFO 66 potential pseudogene ORs were discover.
2023-04-28 17:20:26,787 Functions.py:INFO 2 pseudogenes cause by too short sequence length.
2023-04-28 17:20:26,787 Functions.py:INFO 1 pseudogenes cause by insert or delect base.
2023-04-28 17:20:26,787 Functions.py:INFO 63 pseudogenes cause by contains termination codons.
2023-04-28 17:20:26,787 Functions.py:INFO ###The program finish###
2023-04-28 17:20:26,787 FindOR.py:INFO ###Program FindOR.py finish###
2023-04-28 17:20:26,831 Functions.py:INFO ###IdentityFunc program starts running###
2023-04-28 17:20:26,831 Functions.py:INFO function platform_info() is running
The system you use is Linux.
Python3 is used.
2023-04-28 17:20:26,835 Functions.py:INFO platform_info use 0.003 seconds
Process hit sequence file...
2023-04-28 17:20:26,835 Functions.py:INFO function refact_hitfile() is running
2023-04-28 17:20:26,835 Functions.py:INFO refact_hitfile use 0.000 seconds
Recombination hit list...
2023-04-28 17:20:26,835 Functions.py:INFO function refact_list() is running
The text was updated successfully, but these errors were encountered:
Thank you for your feedback.
Based on your log file, I have located the function that may be causing the problem. https://github.com/ToHanwei/Genome2OR/blob/639aff37aa7c8a8cc04f5f6ce0ea4590d7346530/scripts/src/Functions.py#L761
The main function of this step is to merge the hit sequence with the template sequence and perform multiple sequence alignment. In order to speed up this process, I use the multiprocessing module to do pseudo-parallel processing. In your case, the process may be blocked for some unknown reason.
Thanks for the magic tool! However, I met an issue when I use this tool for some genome assemblies. The tool stucked at "Recombination hit list..." stage. Please help me to figure it out. Here is a example log:
The text was updated successfully, but these errors were encountered: