Bug 92215

Summary: BLAST's defile needs frame offset specification in format file
Product: [Applications] kst Reporter: D. V. Wiebe <dvw>
Component: datasourcesAssignee: Netterfield <netterfield>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description D. V. Wiebe 2004-10-27 19:29:55 UTC
Version:           Kst: 1.0.0_devel (using KDE KDE 3.3.1)
Installed from:    Slackware Packages
Compiler:          gcc (GCC) 3.3.4 
OS:                Linux

defile (the program that makes dirfiles from the BLAST datastream) needs a way of specifying an offset to the frame number (viz. INDEX) in the format file.  This is used by defile when it starts writing a dirfile somewhere it the middle -- it needs to be able to tell kst the frame number of the first datum in the dirfile.
Comment 1 Netterfield 2004-11-02 23:54:07 UTC
CVS commit by netterfield: 

BUG: 92215
The syntax is 
FRAMEOFFSET <frameoffset>
DirFiles with a line like this added will not work with old versions of
getdata/kst/b2klib.
Asking for data before <frameoffset> will return 0, except for INDEX.


  M +65 -10    getdata.c   1.19
  M +1 -0      getdata_struct.h   1.4