Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlayer committed Jul 31, 2014
1 parent 08a0073 commit 8000cea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lumpy/SV_SplitRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ process_split(const BamAlignment &curr,
mapped_splits[curr.Name] = curr;
} else {
try {
cerr << curr.Name << endl;
SV_SplitRead *new_split_read =
new SV_SplitRead(mapped_splits[curr.Name],
curr,
Expand Down
2 changes: 1 addition & 1 deletion src/lumpy/lumpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void ShowHelp(void);
//{{{ void ShowHelp(void)
void ShowHelp(void)
{
cerr << endl << "Program: " << PROGRAM_NAME << " (v 0.2.5)" <<
cerr << endl << "Program: " << PROGRAM_NAME << " (v 0.2.6)" <<
endl <<
"Author: Ryan Layer (rl6sf@virginia.edu)" << endl <<
"Summary: Find structural variations in various signals." << endl <<
Expand Down

0 comments on commit 8000cea

Please sign in to comment.