Commits for aamp
switch to files view, user index
v254_preview to v254_preview2 (2011-07-05 to 2011-07-12) v254
- Separated BAM code into that which must compile into jkhgap.a (and be linked with mysql), and that which can go into jkweb.a (most of it). Older BAM open, fetch, and exists functions call the new ones with the UDC fuse root parameter set to the hg.conf setting. It is not yet clear to me if the UdcFuseRoot parameter can be set to NULL and used in a general way.
- changed the errAbort back to a warning. Also fixing (hopefully fixing) problem loading the index of local BAM files. with remote BAM files a chdir to a trash dir is made where the index is automatically downloaded however if the index is local, then the chdir is actually moving away from the index file and it cannot load correctly. so I check if the file is a URL or not first.
- compile-error fixed: unused var
switch to files view, user index