Skip to content

Commit

Permalink
updates to walker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Wala committed Jun 18, 2015
1 parent cc67161 commit 292b79f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
SVSim*
[#]*[#]
.\#*
*~
*.csv
*.o
*.gif
.*
Test
autom4te.cache
.Rhistory
.in
.deps*
html
latex
config.log
tmp*
libhts.*
libsnowtools.a
libaho*
libbwa.a
example*
tabix
htsfile
bgzip
back*
2 changes: 1 addition & 1 deletion src/VariantBamWalker.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VariantBamWalker: public SnowTools::BamWalker

void TrackSeenRead(Read &r);

void printMessage(const SnowTools::ReadCount &rc_main, const Read &r) const;
void printMessage(const SnowTools::ReadCount &rc_main, const BamRead &r) const;

private:

Expand Down
2 changes: 1 addition & 1 deletion src/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int main(int argc, char** argv) {
if (opt::counts_only || opt::counts_file.length())
walk.setCountAllRules();

// open the output file
// open the output BAM/CRAM. If we already set SAM, this does nothing
if (!opt::counts_only)
walk.OpenWriteBam(opt::out);

Expand Down

0 comments on commit 292b79f

Please sign in to comment.