0846fb5a0028fcdcd90beeec64bc00adafcb9f61 braney Mon Dec 30 14:38:22 2019 -0800 allow specifying colors for lollipops, turn off color in TCGA cancer track, make pack mode draw lollies instead of bed modes #24705 diff --git src/inc/basicBed.h src/inc/basicBed.h index 355531b..4aaf0ae 100644 --- src/inc/basicBed.h +++ src/inc/basicBed.h @@ -309,16 +309,18 @@ /* Return a list of beds that only are the thick part of input. */ char *bedAsDef(int bedFieldCount, int totalFieldCount); /* Return an autoSql definition for a bed of given number of fields. * Normally totalFieldCount is equal to bedFieldCount. If there are extra * fields they are just given the names field16, field17, etc and type string. */ boolean asCompareObjAgainstStandardBed(struct asObject *asYours, int numColumnsToCheck, boolean abortOnDifference); /* Compare user's .as object asYours to the standard BED. * abortOnDifference specifies whether to warn or abort if they differ within the first numColumnsToCheck columns. * Returns TRUE if they match. */ void loadAndValidateBed(char *row[], int wordCount, int fieldCount, struct lineFile *lf, struct bed * bed, struct asObject *as, boolean isCt); /* Convert a row of strings to a bed and validate the contents. Abort with message if invalid data. Optionally validate bedPlus via asObject. */ +int itemRgbColumn(char *column9); +/* Convert color specification to internal format. */ #endif /* BASICBED_H */