From: iphan <isa...@sb...> - 2009-03-19 00:49:37
|
Hello Mitch installing the latest jbrowse using the tar and the zip file fails because it looks like the dnd directory is missing from the archives: Apache returns the error File does not exist: /Users/iphan/Sites/jbrowse/jslib/dojo/dnd, referer: http://localhost/~iphan/jbrowse/index.html I've tested the old jbrowse and that works fine, so I know I've got all dependencies sorted out. I don't have git, so would very much appreciate it if I could use the alternative downloads. Thanks, Isabelle On 3/15/09 2:29 AM, "Mitch Skinner" <mit...@be...> wrote: > iphan wrote: >> I've managed to install Jbrowse on my linux box, but somehow the tricks that >> worked there don't seem to apply to the Mac. What are the minimal set of >> Gbrowse libraries required for Jbrowse? >> > > JBrowse perl dependencies are: > > ======== > (required) > bioperl 1.6 > JSON > > (optional; gives you a performance boost) > JSON::XS > ======== > > You can get JSON and JSON::XS from CPAN. > > Also, if you want to display wiggle files, you need libpng with headers; > I don't know what the story is on OS X here, probably Ian can tell you. > All I know is that some of my friends have had more success with > macports than fink (not with JBrowse specifically but in general), but > that information is a bit old. You also need a C++ compiler, but it > sounds like you've got that already. > > And that's all. Specifically, you *don't* need a GBrowse installation. > It was the case a long time ago that you did, so there may be a page > somewhere on biowiki.org that still says you do. If so, please point it > out; I thought we either deleted those or marked them as obsolete. > > Mitch |