Generic

chainAntiRepeat
Function: Get rid of chains that are primarily the results of repeats and degenerate DNA
Usage: chainAntiRepeat tNibDir qNibDir inChain outChain
oligoMatch
Function: Find perfect matches in sequence.
Usage: oligoMatch oligos sequence output.bed
lavToPsl
Function: Convert blastz lav to psl format
Usage: lavToPsl in.lav out.psl
gmtime
Function: Convert unix timestamp to date string
Usage: gmtime
genePredHisto
Function: Get data for generating histograms from a genePred file.
Usage: genePredHisto [options] what genePredFile histoOut
xmlCat
Function: Concatenate xml files together, stuffing all records inside a single outer tag.
Usage: xmlCat XXX
paraFetch
Function: Try to fetch url with multiple connections
Usage: paraFetch N R URL {outPath}
pslMap
Function: Map PSLs alignments to new targets using alignments ofthe old target to the new target. Given inPsl and mapPsl, wherethe target of inPsl is the query of mapPsl, create a new PSLwith the query of inPsl aligned to all the targets of mapPsl.If inPsl is a protein to nucleotide alignment and mapPsl is anucleotide to nucleotide alignment, the resulting alignment isnucleotide to nucleotide alignment of a hypothetical mRNA thatwould code for the protein. This is useful as it gives basealignments of spliced codons. A chain file may be used insteadmapPsl.
Usage: pslMap [options] inPsl mapFile outPsl
chainMergeSort
Function: Combine sorted files into larger sorted file
Usage: chainMergeSort file(s)
hgLoadWiggle
Function: Load a wiggle track definition into database
Usage: hgLoadWiggle [options] database track files(s).wig
pslCat
Function: Concatenate psl files
Usage: pslCat file(s)
rmFaDups
Function: Remove duplicate records in FA file
Usage: rmFaDup oldName.fa newName.fa
dbTrash
Function: Drop tables from a database older than specified N hours
Usage: dbTrash -age=N [-drop] [-historyToo] [-db=<DB>] [-verbose=N]
clstr_merge.pl
Function: It merges two or more .clstr files. The cluster orders need to be identical.
Usage: clstr_merge.pl db2new.clstr db3new.clstr > db23new.clstr
wordLine
Function: Chop up words by white space and output them with oneword to each line.
Usage: wordLine inFile(s)