]> git.donarmstrong.com Git - bamtools.git/commit
Implemented Mosaik-style command line parser, instead of former GetOpt parser. Setup...
authorDerek <derekwbarnett@gmail.com>
Wed, 2 Jun 2010 02:54:30 +0000 (22:54 -0400)
committerDerek <derekwbarnett@gmail.com>
Wed, 2 Jun 2010 02:54:30 +0000 (22:54 -0400)
commitca4a8df663c33d8b62536558022931b31408c411
tree380bf4c0e4118c43be89903b34c293dd32c6acd9
parent81bbce8a213e07867470b8b01d5b2fae0e1cb668
Implemented Mosaik-style command line parser, instead of former GetOpt parser. Setup an AbstractTool base class for all subtools. Split tools into .h/.cpp pairs
25 files changed:
Makefile
bamtools.cpp
bamtools_count.cpp [new file with mode: 0644]
bamtools_count.h [new file with mode: 0644]
bamtools_coverage.cpp [new file with mode: 0644]
bamtools_coverage.h
bamtools_dump.h [deleted file]
bamtools_getopt.h [deleted file]
bamtools_header.cpp [new file with mode: 0644]
bamtools_header.h
bamtools_index.cpp [new file with mode: 0644]
bamtools_index.h
bamtools_merge.cpp [new file with mode: 0644]
bamtools_merge.h
bamtools_options.cpp [new file with mode: 0644]
bamtools_options.h [new file with mode: 0644]
bamtools_sam.cpp [new file with mode: 0644]
bamtools_sam.h
bamtools_sort.cpp [new file with mode: 0644]
bamtools_sort.h
bamtools_stats.cpp [new file with mode: 0644]
bamtools_stats.h
bamtools_tool.h [new file with mode: 0644]
bamtools_utilities.h [new file with mode: 0644]
bamtools_variant.h [new file with mode: 0644]