Generic

wordLine
Function: Chop up words by white space and output them with oneword to each line.
Usage: wordLine inFile(s)
countChars
Function: Count the number of occurences of a particular char
Usage: countChars char file(s)
faNoise
Function: Add noise to fasta file
Usage: faNoise inName outName transitionPpt transversionPpt insertPpt deletePpt chimeraPpt
pslPretty
Function: Convert PSL to human readable output
Usage: pslPretty in.psl target.lst query.lst pretty.out
chromGraphFromBin
Function: Convert chromGraph binary to ascii format.
Usage: chromGraphFromBin in.chromGraph out.tab
netFilter
Function: Filter out parts of net. What passesfilter goes to standard output. Note a net is arecursive data structure. If a parent fails to passthe filter, the children are not even considered.
Usage: netFilter in.net(s)
pslHisto
Function: Collect counts on PSL alignments for making histograms.
Usage: pslHisto [options] what inPsl outHisto
textHistogram
Function: Make a histogram in ascii
Usage: textHistogram [options] inFile
pslToPslx
Function: Convert from psl to pslx format, which includes sequences
Usage: pslToPslx [options] in.psl qSeqSpec tSeqSpec out.pslx
stringify
Function: Convert file to C strings
Usage: stringify [options] in.txt
samtools dict
Function: Create a sequence dictionary file from a fasta file.
Usage: samtools dict <ref.fasta|ref.fasta.gz>
clstr_sort_by.pl
Function: This script sort clusters in .clstr file by length, size
Usage: Clstr_sort_by.pl input.clstr no > input_sort.clstr
faPolyASizes
Function: Get poly A sizes
Usage: faPolyASizes in.fa out.tab
hgLoadBed
Function: Load a generic bed file into database
Usage: hgLoadBed database track files(s).bed
subChar
Function: Substitute one character for another throughout a file.
Usage: subChar oldChar newChar file(s)