File: README-berkeley-gadfly.pod

package info (click to toggle)
gbrowse 2.56%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,104 kB
  • sloc: perl: 50,765; sh: 227; sql: 62; makefile: 50; ansic: 27
file content (15 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=head1 Using gbrowse with GadFly

In order to get gbrowse to work with the GadFly database and API we
hacked the gbrowse script considerably, making it use GadFly objects
and gadFly API calls. We have committed the code in a seperate branch,
called "berkeley-gadfly". To use this version of gbrowse with GadFly,
check out this branch, and get the GadFly database and perl modules -
see http://www.fruitfly.org/developers/

We hope to eventually merge the branches, and use an adapter bridge to
transparently connect to GadFly.  The gadfly adaptor located in the
lib directory is incomplete and nonfunctional.

Questions -
Chris Mungall <cjm@fruitfly.org>