Skip to content

Commit

Permalink
Revert back to model from v0.8.2
Browse files Browse the repository at this point in the history
This reverts commit 23c77f2.
  • Loading branch information
althonos committed Aug 23, 2021
1 parent 23c77f2 commit 8554595
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 4,109 deletions.
2 changes: 1 addition & 1 deletion gecco/cli/commands/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def doc(cls, fast=False): # noqa: D102
-e <e>, --e-filter <e> the e-value cutoff for protein domains
to be included.
-p <p>, --p-filter <p> the p-value cutoff for protein domains
to be included. [default: 1e-5]
to be included. [default: 1e-9]
Parameters - Debug:
--hmm <hmm> the path to one or more alternative
Expand Down
2 changes: 1 addition & 1 deletion gecco/cli/commands/cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def doc(cls, fast=False): # noqa: D102
-e <e>, --e-filter <e> the e-value cutoff for domains to
be included.
-p <p>, --p-filter <p> the p-value cutoff for domains
to be included. [default: 1e-5]
to be included. [default: 1e-9]
Parameters - Training Data:
--no-shuffle disable shuffling of the data
Expand Down
2 changes: 1 addition & 1 deletion gecco/cli/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def doc(cls, fast=False): # noqa: D102
-e <e>, --e-filter <e> the e-value cutoff for protein domains
to be included.
-p <p>, --p-filter <p> the p-value cutoff for protein domains
to be included. [default: 1e-5]
to be included. [default: 1e-9]
Parameters - Cluster Detection:
-c, --cds <N> the minimum number of coding sequences a
Expand Down
2 changes: 1 addition & 1 deletion gecco/cli/commands/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def doc(cls, fast: bool = False) -> str: # noqa: D102
-e <e>, --e-filter <e> the e-value cutoff for domains to
be included.
-p <p>, --p-filter <p> the p-value cutoff for domains to
be included. [default: 1e-5]
be included. [default: 1e-9]
Parameters - Training Data:
--no-shuffle disable shuffling of the data
Expand Down
Binary file modified gecco/crf/model.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion gecco/crf/model.pkl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9415db745ec926e45d78c842736320f1
39393c2a69c42b93305f9462cff1764a
5 changes: 2 additions & 3 deletions gecco/hmmer/Pfam.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[hmm]
id = Pfam
version = 34.0
size = 6661
size = 2683
url = ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam34.0/Pfam-A.hmm.gz
relabel_with = s/(PF\d+).\d+/\1/
md5 = c77f60de9076e01b7b1b2eb002ed3019

md5 = e56170a43f91cc6afd41b696e045c107
Binary file modified gecco/interpro/interpro.json.gz
Binary file not shown.
Binary file modified gecco/types/compositions.npz
Binary file not shown.
Loading

0 comments on commit 8554595

Please sign in to comment.