Utils:
add naturalkeys to sort strings with numbers. For chroms: sort to "chr1 chr2 ... chr10 chr11 ..." instead of "chr1 chr10 chr11 ... chr19 chr2 chr20"
modify touchtime function by adding the default output stream to "sys.stderr", and touchtime function will print it, instead of returning the string.
GeneBed:
toBed12 add txstart and txstop columns
misc.py:
ExcelWriter to return a writer object for pandas to write in. Append is enabled.
setup.py:
check os.system('make') return code. Stop installation if it is not 0.
wGetTSS.py:
set ftype to 'guess'
wplot.py:
Add Algorithms class. Add getCTable to Algorithms class.
wplot.py:
Add fourWayVenn plot class to generate 4 way Venn diagram.
genome:
Add hg38 chrom sizes
Bed3:
add __or__, __and__ function for operators | and &.
update __sub__ function to return left and right parts after substraction.