Little Tools: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
; [[bedRegion]] Prints the maximum range coverd by a bed (gawk)
; [[bedRegion]] Prints the maximum range coverd by a bed (gawk)
; [[ucsc]] Uploads a file to your favorite ftp server and displays it on the UCSC of your choice with firefox (bash)
; [[ucsc]] Uploads a file to your favorite ftp server and displays it on the UCSC of your choice with firefox (bash)
; [[log]] little scripts to keep logfiles of what you were doing, very handy (bash)
; [[log]] little scripts to keep logfiles of what you are doing, very handy (bash)


[[Category:User Developed Scripts]]
[[Category:User Developed Scripts]]

Revision as of 23:01, 9 September 2006

This is supposed to become a little collection of tools to facilitate everyday work with the UCSC file formats/tools. It's possible that they already exist somewhere in the the source tree but since I originally had (and there still is) so little documentation about the source tree, I might have overlooked them. I'm trying to add one per week. Please add comments here if you think that something can be done easier with a tool from the source tree.

bedProject Will add or substract numbers from positions in a bed file (gawk)
bedTotalSize Prints length of region covered by bedfile (python)
bedRegion Prints the maximum range coverd by a bed (gawk)
ucsc Uploads a file to your favorite ftp server and displays it on the UCSC of your choice with firefox (bash)
log little scripts to keep logfiles of what you are doing, very handy (bash)