Skip to content
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

the program seems stucked #33

Closed
yilunhuangyue opened this issue Dec 7, 2024 · 3 comments
Closed

the program seems stucked #33

yilunhuangyue opened this issue Dec 7, 2024 · 3 comments

Comments

@yilunhuangyue
Copy link

Thank you very much for develping the program. It is very useful for my project. However, I met an problem when running it.
The command i used was: resistify nlr round4.all.prot.fa
Then I got the log file like this:
[15:21:08] INFO Welcome to Resistify version 0.6.2!
WARNING Sequence
augustus_masked-Chr_02_nlr_25-processed-gene-0.0-mRNA-1 is
less than 28 codons - skipping this sequence...
WARNING Sequence
augustus_masked-Chr_08_nlr_26-processed-gene-0.2-mRNA-1 is
less than 28 codons - skipping this sequence...
WARNING Sequence
augustus_masked-ptg000046l_nlr_3-processed-gene-0.3-mRNA-1
is less than 28 codons - skipping this sequence...
INFO Searching for NLRs...
INFO Running hmmsearch...
[15:21:10] INFO 321 NLRs identified...
[15:21:11] INFO Running NLRexpress - this could take a while...
[15:23:53] ERROR * is not a float.
augustus_masked-Chr_08_nlr_10-processed-gene-0.5-mRNA-1
/tmp/tmplz84cb2z/seq.fa.out-1.hmm
[15:24:04] ERROR * is not a float.
snap_masked-Chr_08_nlr_29-processed-gene-0.0-mRNA-1
/tmp/tmpc3ooh1md/seq.fa.out-1.hmm

The program is running for more than one day and I can see multiple thread named "pt_main_thread" in the backend of server as "Sleeping" status. I am not sure what is the problem. Thank you very much for any help.

@SwiftSeal
Copy link
Owner

Hi @yilunhuangyue

That seems like a bug to me - could you post the sequences of augustus_masked-Chr_08_nlr_10-processed-gene-0.5-mRNA-1 and snap_masked-Chr_08_nlr_29-processed-gene-0.0-mRNA-1? They might have some characters which are causing issues - I'll test them on my end

@yilunhuangyue
Copy link
Author

Thanks for your quick reply. I have solved the issue. I used gffread to extract protein sequences and the stop coden was indicated by the charactor '.'. I remove the charactor and the program was successfully finished.

@SwiftSeal
Copy link
Owner

Ahh I didn't think of that! I have released v0.6.3 to fix this. Thanks for letting me know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants