-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
using namespace std; | ||
|
||
#define KPROCESSOR_VERSION "0.1" | ||
#define KPROCESSOR_VERSION "1.0" | ||
|
||
int KmerCounter_main(int argc, char *argv[]); | ||
int estimateMemory_main(int argc, char *argv[]); | ||
|
@@ -23,7 +23,7 @@ static void usage() | |
cout<< | ||
"\n" | ||
"This is Kprocessor version "<<KprocessorVersion() | ||
<<" developed by Mostafa Shokrof <[email protected]> and Tamer Mansour(UC Davis)<[email protected]>\n" | ||
<<" developed by Mostafa Shokrof <[email protected]>, Mohamed Abuelanin (UC Davis) <[email protected]>, and Tamer Mansour(UC Davis)<[email protected]>\n" | ||
<<"Usage: kprocessor <command> [options]\n"<< | ||
"\n"<< | ||
"Commands:\n"<< | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ class CustomBuild(build): | |
branch_name = subprocess.getoutput("git rev-parse --abbrev-ref HEAD").split()[0] | ||
|
||
setup(name='kProcessor', | ||
version="0.9", | ||
version="1.0", | ||
author="Tamer Mansour, Mostafa Shokrof, Mohamed Abuelanin", | ||
author_email='[email protected], [email protected], [email protected]', | ||
description="""kProcessor Python interface""", | ||
|