Skip to content

Commit b7edfca

Browse files
mark0428mark0428
authored andcommitted
add version information
1 parent 92fa52f commit b7edfca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/AMPlify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def proba_to_class_name(scores):
152152

153153
def main():
154154
parser = argparse.ArgumentParser(description=dedent('''
155-
AMPlify v1.1.0
155+
AMPlify v2.0.0
156156
------------------------------------------------------
157157
Predict whether a sequence is AMP or not.
158158
Input sequences should be in fasta format.

src/train_amplify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def predict_by_class(scores):
8383

8484
def main():
8585
parser = argparse.ArgumentParser(description=dedent('''
86-
AMPlify v1.1.0 training
86+
AMPlify v2.0.0 training
8787
------------------------------------------------------
8888
Given training sets with two labels: AMP and non-AMP,
8989
train the AMP prediction model.

0 commit comments

Comments
 (0)