5bf72867bf2d8aa880d82340573987b542016756 kate Tue Jan 27 17:26:21 2015 -0800 Add tool to check links in a table (based on columnName 'url') diff --git src/hg/utils/makefile src/hg/utils/makefile index a799465..aa0931d 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -36,39 +36,40 @@ oligoMatch \ overlapSelect \ positionalTblCheck \ pslMap \ tdbQuery \ twoBitMask SCRIPT_FILES = \ dbNsfpToBed.pl \ dumpDb.pl \ mergeOverlapBed4.pl \ mergeSortedBed3Plus.pl # List of directories to build of interest only at UCSC DIRS = ${buildRefresh} \ - safePush \ - toDev64 \ automation \ - refSeqGet \ - wigBedToStep \ - pslUniq \ - makeTrackIndex \ + checkUrlsInTables \ geoMirrorNode \ - mysqlSecurityCheck + makeTrackIndex \ + mysqlSecurityCheck \ + pslUniq \ + refSeqGet \ + safePush \ + toDev64 \ + wigBedToStep TEST_DIRS = \ gff3ToGenePred \ gff3ToPsl \ gtfToGenePred \ overlapSelect \ pslMap \ refSeqGet APPS = $(DIRS) $(UTILS_APPLIST) all:: utils utils: $(APPS:%=%.utils) %.utils: