forked from ctb/pygr-draw
-
Notifications
You must be signed in to change notification settings - Fork 1
Simple drawing code for pygr features
theoryno3/pygr-draw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
git repo for source code: http://github.com/ctb/pygr-draw/ --- To run .py files in doc/, you have to set up the environment properly. First, set the PYTHONPATH: start in the top level pygr-draw directory and do, :: export PYTHONPATH=`pwd` cd doc/ Then you can run the various examples, e.g. :: python simple-example.py python group-example.py To run all the doctests, do :: python run-doctests.py *.txt or to run a single one, do :: python run-doctests.py simple-example.txt --- From lyorn, to view your files thru the Web: :: mkdir ~/.html ln -fs /path/to/pygr-draw /u/<username>/.html (replace /path/to/ and <username> appropriately). Now the files should be accessible at http://lyorn.idyll.org/~<username>/pygr-draw/ --- JavaScript toolkit/drawing options: http://ivory.idyll.org/blog/may-08/lazyweb-javascript-image-stuff Some good references in there; ixany on SVG, but check out http://plugins.jquery.com/project/Draw http://hackmap.blogspot.com/2008/04/comparative-genomics-with-openlayers.html http://openlayers.org/dev/examples/ http://processingjs.org/ We can always go with image maps, if necessary, but they're not as nice as JS could be.
About
Simple drawing code for pygr features
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published