Skip to content

Commit

Permalink
add version information
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0428 authored and mark0428 committed Feb 2, 2024
1 parent 92fa52f commit b7edfca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AMPlify.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def proba_to_class_name(scores):

def main():
parser = argparse.ArgumentParser(description=dedent('''
AMPlify v1.1.0
AMPlify v2.0.0
------------------------------------------------------
Predict whether a sequence is AMP or not.
Input sequences should be in fasta format.
Expand Down
2 changes: 1 addition & 1 deletion src/train_amplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def predict_by_class(scores):

def main():
parser = argparse.ArgumentParser(description=dedent('''
AMPlify v1.1.0 training
AMPlify v2.0.0 training
------------------------------------------------------
Given training sets with two labels: AMP and non-AMP,
train the AMP prediction model.
Expand Down

0 comments on commit b7edfca

Please sign in to comment.