dbc7d6bb2237141fdbea01fff6c265ade6738c57 chmalee Fri Oct 6 13:03:41 2023 -0700 Start on trackHubWizard module diff --git src/hg/hgHubConnect/hgHubConnect.h src/hg/hgHubConnect/hgHubConnect.h new file mode 100644 index 0000000..9015ff0 --- /dev/null +++ src/hg/hgHubConnect/hgHubConnect.h @@ -0,0 +1,22 @@ +/* hgHubConnect - User interfaces for connecting and managing track hubs */ + +/* Copyright (C) 2008 The Regents of the University of California + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ + +#ifndef HGHUBCONNECT_H +#define HGHUBCONNECT_H + +#include "cart.h" + +//extern struct cart *cart; /* This holds cgi and other variables between clicks. */ + +// the form variable for the track hub wizard +#define hgHubCreate "createHub" + +void doTrackHubWizard(); +/* Print out the html to allow a user to upload some files from their machine to us */ + +void doCreateHub(); +/* User has told us about some local files, turn them into a hub with sensible defaults */ + +#endif /* HGHUBCONNECT_H */