-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problems with "running annotation script at line 704" and "running run_panoct.pl at line 1174" #109
Comments
Good morning. You are correct that the primary output of the pangenome (identification of the core genes, flexible genome islands, etc) have been completed by this stage. The subsequent output are concerning the annotation of the clusters with go terms, anti-microbial resistance, multiple sequence alignment, and more, all through centroid analysis. These steps can be turned off in the beginning by using the "--no-annotation" flag in the command line, or you can ignore them (or run your own analysis on the centroids"), but we have found them very useful. As for what is causing the error, we would need to see further information from the pangenome log files |
Thanks for your reply. I found a problem with some of my gbk files, so I re-ran the panoct pipeline using coding sequence fasta files and attribute files I assembled myself, using the following command: Unfortunately, I still get the same problems being reported. Here is the output from my get_go_annotations.pl.log file: And here is the output from my hmmer2go.run.pfam.log file: Please let me know if there are are log files that would be helpful to provide. I'm a little confused because there is a centroids.fasta in the results output folder which seems to contain annotation information. Your continued guidance is greatly appreciated. Thanks, Jarrett |
Good morning- you are sharing the correct log file as far as I can tell. Briefly, it looks like you do not have a necessary perl module (String/RewritePrefix) installed or installed on a path where your perl program can locate it. The quickest way is to just install it with CPAN, but this does require you to have write access to the perl library folder. |
Hi, when I run the command:
perl "$Panoct_bin"/run_pangenome.pl --no_grid --blast_local --panoct_local --use_nuc --working_dir "$Panoct_out" --gb_dir "$Gbks" --panoct_verbose
The following problems are reported:
Problem running annotation script at line 704 Problem with running run_panoct.pl at line 1174
However, a results folder is produced which contains all the outputs I would expect from run_panoct.pl including the matchtables.
I'm not sure if this is something I should be concerned about. Any explanations as to why these problems are being reported would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: