]> git.donarmstrong.com Git - bamtools.git/commit
Added basic implementation of RandomTool. This generates a random (well, pseudo....
authorDerek <derekwbarnett@gmail.com>
Tue, 20 Jul 2010 20:28:31 +0000 (16:28 -0400)
committerDerek <derekwbarnett@gmail.com>
Tue, 20 Jul 2010 20:28:31 +0000 (16:28 -0400)
commit6f3ae10b7a7c002f32d3bf789153e546d11462fd
tree8d8bde4a290b0283cd516039564962a12152de5c
parentbe0639f742c5df63e830a6a4176ff964a04c0f06
Added basic implementation of RandomTool. This generates a random (well, pseudo... its based on rand()) subset of alignments from BAM file(s). User can specify REGION and/or number of alignments to generate. No duplicate checking implemented. TODO: Handle BAM files without existing index - tool currently depends heavily on being able to jump around randomly
Makefile
bamtools_random.cpp [new file with mode: 0644]
bamtools_random.h [new file with mode: 0644]