gringer / bioinfscripts

Bioinformatics scripts produced over the course of my work. Now maintained on GitLab.
https://gitlab.com/gringer/bioinfscripts
GNU General Public License v3.0
66 stars 14 forks source link

Error in bioinfscripts/circularAnnotator.r #6

Closed sarah872 closed 6 years ago

sarah872 commented 6 years ago

I am getting an error when executing the circularAnnotator.r

Error in .geometry(width, height, units, res) : object 'sizeX' not found
Calls: png -> .geometry
Execution halted
gringer commented 6 years ago

That's a bit odd. sizeX is declared earlier in the code. How are you running it?

You should be running from the command line, something like this:

./circularAnnotator.r <gff3 file> <genome size> [options]