Closed jonng2024 closed 5 months ago
It seems like you pressed Ctrl+C which ends the process and causes this message. When you don't specify a file name with the -p
argument, the plot is served dynamically (and automatically opens in the webbrowser) until you manually end the process. Did clinker generate the plot successfully?
If you would like to just generate an HTML file, provide a file name e.g. -p output.html
.
Thanks so much for your reply =), can't remember if I pressed Ctrl+C now. But thanks for your suggestion on how to generate the html file. I was using clinker in my HPC, so i'm not sure if it allows a webbrowser to open automatically. Generating the html file like what you said, could work.
Hi, I have a broken pipe error, when I ran clinker to plot gene clusters.
This is the output I saw:
I installed clinker using
pip install clinker
. Would someone help me to solve this please?