Skip to content

Commit

Permalink
updated version number to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarzisi committed Feb 9, 2018
1 parent f6f8e1f commit b54678f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lancet.hh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "Microassembler.hh"

string VERSION = "1.0.3 (beta), February 9 2018";
string VERSION = "1.0.4 (beta), February 9 2018";

/**** configuration parameters ****/
int NUM_THREADS = 1;
Expand Down Expand Up @@ -115,4 +115,4 @@ static void* execute(void* ptr);

int rLancet(string tumor_bam, string normal_bam, string ref_fasta, string reg, string bed_file, int numthreads);

#endif
#endif

0 comments on commit b54678f

Please sign in to comment.