Skip to content

Commit

Permalink
Adding some more print outs and incrementing version number for dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiadavidson committed Oct 30, 2023
1 parent 6004aa9 commit 6789bb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file modified bin/flexiplex-mac
Binary file not shown.
9 changes: 6 additions & 3 deletions flexiplex.c++
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

using namespace std;

const static string VERSION="1.00";

// Append .1 to version for dev code, remove for release
// e.g. 1.00.1 (dev) goes to 1.01 (release)
const static string VERSION="1.00.1";

struct PredefinedStruct {
string description;
Expand Down Expand Up @@ -89,7 +90,9 @@ void print_usage(){
cerr << " -d " << pds_itr->first << "\t\t" << pds_itr->second.description << ", equivalent to:\n";
cerr << "\t\t\t\t"<< pds_itr->second.params << "\n";
}
cerr << "\n -h Print this usage information.\n";
cerr << "\n -h Print this usage information.\n\n";
cerr << "Have a different barcode scheme you would like Flexiplex to work with? Post a request at:\n" ;
cerr << "https://github.com/DavidsonGroup/flexiplex/issues\n" ;
cerr << endl;
}

Expand Down

0 comments on commit 6789bb3

Please sign in to comment.