clemgoub / TE-Aid

Annotation helper tool for the manual curation of transposable element consensus sequences
https://doi.org/10.1186/s13100-021-00259-7
45 stars 6 forks source link

Error: Invalid graph value 'png' #1

Closed TommasoBarberis closed 2 years ago

TommasoBarberis commented 2 years ago

Hi Clément,

First of all, congratulation for this great tool :smile:

Anyway, I have tried to run it with the -D flag, but it generates the following error:

Draw a threshold dotplot of two sequences
Devices allowed (with alternative names) are:-
ps (postscript)
hpgl
hp7470
hp7580
meta
cps (colourps)
x11 (xwindows)
tek (tek4107t)
tekt (tektronics)
none (null, text)
data
xterm
svg
Error: Invalid graph value 'png'
Died: dotmatcher terminated: Bad value for '-graph' and no prompt
Warning message:
In file(file, "rt") :
  impossible d'ouvrir le fichier './orftetable' : Aucun fichier ou dossier de ce type

I guess that the error comes from the EMBOSS's utility dotmatcher. However it still produces the pdf file with the 4 graphics. So, does it affect the results? Did I make a mistake during the installation of EMBOSS (I've installed v.6.6.0)?

Tommaso

clemgoub commented 2 years ago

Hi Tommaso!

Don't worry, all is good. I should have removed this -D option, because dotmatcher is not as good as blastn to generate the dotplot. It was here at the beginning, but more to test than anything else.

Also, when there is no ORF, the program return a warning but it keep working normally! So if you have the graphs, it means there was no real problem!

Cheers,

Clém