");
for(bed = ct->bedList;bed != NULL && count < 10;bed = bed->next,++count)
bedTabOutN(bed, ct->fieldCount, stdout);
hPrintf("
\n");
}
}
-static void showSchemaWithAutoSqlString(char *db, char *trackId, struct customTrack *ct, char *autoSqlString)
+static void showSchemaWithAsObj(char *db, char *trackId, struct customTrack *ct, struct asObject *asObj)
/* Show schema on custom track using autoSqlString defined for this track type. */
{
-struct asObject *asObj = asParseText(autoSqlString);
struct sqlConnection *conn = hAllocConn(CUSTOM_TRASH);
char *table = ct->dbTableName;
hPrintf("