Paul
Paul
I had some time on my hands and redid almost the entire plasmid drawing code and could improve performance and readability. Some features are not reimplemented yet, but I will...
As I quickly found out, wxpython is not ready for Python 3 yet. So we are stuck with python 2.7 until project phoenix takes off (http://wiki.wxpython.org/ProjectPhoenix). Moreover it seems like...
It is currently impossible to install the seafile-gui from the debian 8 (jessy) repro via `apt-get install seafile-gui` which throws the error: `The following packages have unmet dependencies: seafile-gui :...
Sorry for the delay. Apparently I broke the Make file, I should really simplify that. i tested a workaround for now (updated read me to include autoreconf) and added the...
It turns out that using pipes results in difficulties changing colors on the TTY. I did not find a solution that allowed for custom colors and pipe input. But I...
Thank you for the suggestion. I plan an updated version end of may 2018.
Thank you, thats a good point. I will try to make this work. At the moment I am not sure if the used libraries support this. Hopefully this will be...
This seems to be more compilicated. Did not find a quick solution yet. Moreover this is terminal specific. On I3 debian testing this bug could not be reproduced only on...
The reason for this bug is, that ncurses redefines the colors of the terminal. Usually this happens only for the integers, used by the fastq file as quality values but...