Hi,
SimPlot++ is great and exactly what I was looking for. So thanks for the tool.
However, I found an error while installing it on my Ubuntu machine with the bokeh package. Apparently I have it installed, although I remember that, while installing the libraries, an error occured. And, when I tried to use the software, this appeared:
Traceback (most recent call last):
File "main.py", line 60, in <module>
from lib.Network.network_analysis import NetworkAnalysis
File "/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/lib/Network/network_analysis.py", line 3, in <module>
from lib.Network.Bokeh_graph_functions import get_color_palette_dicts
File "/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/lib/Network/Bokeh_graph_functions.py", line 1, in <module>
from bokeh import plotting, embed, resources
File "/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/SimPlot++_env/lib/python3.8/site-packages/bokeh/plotting/__init__.py", line 67, in <module>
from ..document import Document; Document
File "/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/SimPlot++_env/lib/python3.8/site-packages/bokeh/document/__init__.py", line 35, in <module>
from .document import DEFAULT_TITLE ; DEFAULT_TITLE
File "/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/SimPlot++_env/lib/python3.8/site-packages/bokeh/document/document.py", line 49, in <module>
from ..core.templates import FILE
File "/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/SimPlot++_env/lib/python3.8/site-packages/bokeh/core/templates.py", line 42, in <module>
from jinja2 import Environment, FileSystemLoader, Markup
ImportError: cannot import name 'Markup' from 'jinja2' (/home/lgm/Documents/bb_ccastillo/Simplot_PlusPlus-master/SimPlot++_env/lib/python3.8/site-packages/jinja2/__init__.py)
This is the info of my computer:
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Thanks for any answer you could give me.
Regards,
Camila C.
P.S: I was wondering about the use of SimPlots for complete genome comparisons. Is it common? I want to compare small, bacterial genomes (less than 2 Mb) but most of the work done with SimPlots is with viruses and fragments.
Hi,
SimPlot++ is great and exactly what I was looking for. So thanks for the tool.
However, I found an error while installing it on my Ubuntu machine with the
bokehpackage. Apparently I have it installed, although I remember that, while installing the libraries, an error occured. And, when I tried to use the software, this appeared:This is the info of my computer:
Thanks for any answer you could give me.
Regards,
Camila C.
P.S: I was wondering about the use of SimPlots for complete genome comparisons. Is it common? I want to compare small, bacterial genomes (less than 2 Mb) but most of the work done with SimPlots is with viruses and fragments.