We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fa52f commit b7edfcaCopy full SHA for b7edfca
2 files changed
src/AMPlify.py
@@ -152,7 +152,7 @@ def proba_to_class_name(scores):
152
153
def main():
154
parser = argparse.ArgumentParser(description=dedent('''
155
- AMPlify v1.1.0
+ AMPlify v2.0.0
156
------------------------------------------------------
157
Predict whether a sequence is AMP or not.
158
Input sequences should be in fasta format.
src/train_amplify.py
@@ -83,7 +83,7 @@ def predict_by_class(scores):
83
84
85
86
- AMPlify v1.1.0 training
+ AMPlify v2.0.0 training
87
88
Given training sets with two labels: AMP and non-AMP,
89
train the AMP prediction model.
0 commit comments