Generic

nibSize
Function: Print size of nibs
Usage: nibSize nib1 [...]
subChar
Function: Substitute one character for another throughout a file.
Usage: subChar oldChar newChar file(s)
trfBig
Function: Mask tandem repeats on a big sequence file.
Usage: trfBig inFile outFile
faToFastq
Function: Convert fa to fastq format, just faking quality values.
Usage: faToFastq in.fa out.fastq
pslSort
Function: Merge and sort psCluster .psl output files
Usage: pslSort dirs[1|2] outFile tempDir inDir(s)
ameme
Function: Find common patterns in DNA
Usage: ameme good=goodIn.fa [bad=badIn.fa] [numMotifs=2] [background=m1] [maxOcc=2] [motifOutput=fileName] [html=output.html] [gif=output.gif] [rcToo=on] [controlRun=on] [startScanLimit=20] [outputLogo] [constrainer=1]
checkTableCoords
Function: Check invariants on genomic coords in table(s).
Usage: checkTableCoords database [tableName]
gapToLift
Function: Create lift file from gap table(s)
Usage: gapToLift [options] db liftFile.lft
bedRestrictToPositions
Function: Filter bed file, restricting to only ones that match chrom/start/ends specified in restrict.bed file.
Usage: bedRestrictToPositions in.bed restrict.bed out.bed
newProg
Function: Make a new C source skeleton.
Usage: newProg progName description words
clstr_merge_noorder.pl
Function: It merges two or more .clstr files. The cluster orders do not have to be identical.
Usage: clstr_merge_noorder.pl db2new.clstr db3new.clstr > db23new.clstr
chainSwap
Function: Swap target and query in chain
Usage: chainSwap in.chain out.chain
pslMrnaCover
Function: Make histogram of coverage percentage of mRNA in psl.
Usage: pslMrnaCover mrna.psl mrna.fa
qacToQa
Function: Convert from compressed to uncompressedquality score format.
Usage: qacToQa in.qac out.qa
bedToPsl
Function: Convert bed format files to psl format
Usage: bedToPsl chromSizes bedFile pslFile