Esteban

Results 9 comments of Esteban

I just came across this while compiling on Windows. Hoping that the authors approve the merge. Thanks for reporting @zybexXL :)

> > from StringIO import StringIO -----> from io import StringIO > > import Image ------------> from PIL import Image > > The program seems to have a dead loop...

Hello! Actually this came out in another issue. A possible workaround is described [here](https://github.com/estebanpw/chromeister/issues/22#issuecomment-1024937768) Using that python script will allow you convert the raw dotplot matrix into an svg. Let...

> Thanks Esteban! The script works! I am happy that it helped then! The ` plt.gca().invert_yaxis() #I add this to invert the y-axis to have a similar plot that you...

Hello @theo-allnutt-bioinformatics ! Unfortunately, as you mentioned, the program is no longer maintained. However I had some time to look at the problem you are reporting. It is wierd that...

Hello @theo-allnutt-bioinformatics ! Thanks for your reply. Could you suggest two large, publicly available chloroplast / mitochondrial genomes (e.g. NCBI)? I would like to try something out that could maybe...

Hello Carlos! You can use the program like that; only the [event detection](https://github.com/estebanpw/chromeister/blob/master/bin/detect_events.py) will not work as this one requires open cv to work. The dotplots and the scores will...

Hello Jeff! You are correct in your guess: the coordinates are always global (internally the fasta headers `> sequence ...` get removed). In case you want these to be local...

Hey there @pjm43 , > Thanks so much for you help - very much appreciated Thanks for using CHROMEISTER! :) > I'll give you script a try now! Let me...