-
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
Error in circos.svg #21
Comments
Hi @arghya1611! Thanks for using our tool and reaching out with your question. The warning Also, what do the predictions and test-temp/contig_1-test_bands.kar files look like? Are they empty? The Let us know how this goes! |
Hey @arodel21 Thanks for your prompt response - much appreciated! I have answered your queries below. The results are from a run with the GBK files in the The original command was: The warning BiopythonParserWarning: Premature end of file in sequence data indicates that the file is expected to be longer. Could you please that the end of the file is as expected? Sometimes BioPython has issues with old annotation tools. As mentioned above, the GBK file used is one provided with the GitHub repo. However, I faced the same issues with GBK files called with the latest version of Also, what do the predictions and No its not empty. See the contents below. I checked the other temp files. All are with data except the rRNA files.
The
I reran the same GBK file with the status changed to draft. It ran better, but the final error remains.
The message is already too long, and I really appreciate your response. But I felt I must mention that Genovi would really benefit from a more extensive Tutorial explaining the nuances of the software. I like Genovi as its a good alternative to Circos which is a tad clunky to configure and use, so would be happy to see Genovi work out for everyone! |
Hi, I face the same error while visualizing my draft genome using Genovi. It was installed as recommended in the documentation, using conda and pip, and the code was very simple, genovi -i strain_CCDM372.gbff -s draft -o . -cs autumn . GBK file transformed into faa succesfully. File saved as .-temp/..faa |
Hi
Thanks for developing GenoVi. Looks a great tool but I was not able to use it. Please see the error message I got below.
(/data/Food/analysis/R1479_neurofoods/genovi) [arghya.mukherjee@compute07 genovi-test]$ genovi -i ../GenoVi/input_test/Corynebacterium_alimapuense_VA37.gbk -o test --status complete --colour_scheme autumn --verbose yes
/data/Food/analysis/R1479_neurofoods/genovi/lib/python3.7/site-packages/Bio/GenBank/Scanner.py:1219: BiopythonParserWarning: Premature end of file in sequence data
"Premature end of file in sequence data", BiopythonParserWarning
GBK file transformed into faa succesfully. File saved as test-temp/contig_1-test.faa
output test-temp/contig_1-test
Deepnog prediction started
deepnog infer test-temp/contig_1-test.faa --out test-temp/contig_1-test_prediction_deepnog.csv -db cog2020 -t 1
[2024-10-31 23:35:31] deepnog.client.client - INFO - Starting deepnog
[2024-10-31 23:35:32] deepnog.client.client - INFO - Loading NN-parameters from /home/arghya.mukherjee/deepnog_data/cog2020/1/deepnog.pth ...
[2024-10-31 23:35:32] deepnog.client.client - INFO - Accessing dataset from test-temp/contig_1-test.faa ...
[2024-10-31 23:35:32] deepnog.client.client - INFO - Starting protein sequence group/family inference ...
[2024-10-31 23:35:32] deepnog.learning.inference - INFO - Inference device: cpu
deepnog inference: 273seq [00:05, 47.4seq/s]
[2024-10-31 23:35:38] deepnog.learning.inference - INFO - Inference complete.
[2024-10-31 23:35:38] deepnog.client.client - INFO - Writing prediction to test-temp/contig_1-test_prediction_deepnog.csv
[2024-10-31 23:35:38] deepnog.client.client - INFO - All done.
Deepnog prediction finished succesfully. Predictions saved as test-temp/contig_1-test_prediction_deepnog.csv
/data/Food/analysis/R1479_neurofoods/genovi/lib/python3.7/site-packages/Bio/GenBank/Scanner.py:1219: BiopythonParserWarning: Premature end of file in sequence data
"Premature end of file in sequence data", BiopythonParserWarning
test-temp/contig_1-test_bands.kar created succesfully.
Traceback (most recent call last):
File "/data/Food/analysis/R1479_neurofoods/genovi/bin/genovi", line 8, in
sys.exit(main())
File "/data/Food/analysis/R1479_neurofoods/genovi/lib/python3.7/site-packages/scripts/GenoVi.py", line 685, in main
visualiseGenome(*get_args())
File "/data/Food/analysis/R1479_neurofoods/genovi/lib/python3.7/site-packages/scripts/GenoVi.py", line 369, in visualiseGenome
change_background("none", False)
File "/data/Food/analysis/R1479_neurofoods/genovi/lib/python3.7/site-packages/scripts/GenoVi.py", line 47, in change_background file = open(fileName)
FileNotFoundError: [Errno 2] No such file or directory: 'circos.svg'
The error is consistent for your input tests gbk or mine. I would really want to use the tool some help would be nice.
Regards
The text was updated successfully, but these errors were encountered: