/* Parser to read in a cdwQaWigSpot from a ra file where tags in ra file correspond to fields in a
 * struct. This program was generated by raToStructGen. */

/* Copyright (C) 2014 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */

#ifndef CDWQAWIGSPOTFROMRA_H

struct raToStructReader *cdwQaWigSpotRaReader();
/* Make a raToStructReader for cdwBamFile */

struct cdwQaWigSpot *cdwQaWigSpotFromNextRa(struct lineFile *lf, struct raToStructReader *reader);
/* Return next stanza put into an cdwQaWigSpot. */

struct cdwQaWigSpot *cdwQaWigSpotLoadRa(char *fileName);
/* Return list of all cdwQaWigSpot in ra file. */

struct cdwQaWigSpot *cdwQaWigSpotOneFromRa(char *fileName);
/* Return cdwQaWigSpot in file and insist there be exactly one record. */

#endif /* CDWQAWIGSPOTFROMRA_H */
