/* annoGrateWigDb -- subclass of annoGrator for wiggle database table & file */

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

#ifndef ANNOGRATEWIGDB_H
#define ANNOGRATEWIGDB_H

#include "annoGrateWig.h"

struct annoGrator *annoGrateWigDbNew(char *db, char *table, struct annoAssembly *aa,
                                     enum annoGrateWigMode mode, int maxOutput);
/* Create an annoGrator subclass for wiggle data from db.table (and the file it points to).
 * See src/inc/annoGrateWig.h for a description of mode. */

#endif//ndef ANNOGRATEWIGDB_H
