Skip to content

Commit

Permalink
RLS Version 1.4.0
Browse files Browse the repository at this point in the history
Adds `query-ampsphere` command to query the [AMPsphere
database](https://ampsphere.big-data-biology.org/) (described in
[Santos-Júnior et al.,
2024](https://doi.org/10.1016/j.cell.2024.05.013)).
  • Loading branch information
luispedro committed Jun 27, 2024
1 parent cc4fdb1 commit 1a40448
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
Version 1.4.0 2024-06-27
* Query AMPSphere online

Version 1.3.0 2023-12-05
Expand Down
4 changes: 3 additions & 1 deletion docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# What's new? (History)

## Unreleased
## Version 1.4.0

*Released 27 June 2024*

- Adds `query-ampsphere` command to query the [AMPsphere database](https://ampsphere.big-data-biology.org/) (described in [Santos-Júnior et al., 2024](https://doi.org/10.1016/j.cell.2024.05.013)).

Expand Down
2 changes: 1 addition & 1 deletion macrel/macrel_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.4.0'
2 changes: 1 addition & 1 deletion tests/contigs.cluster/expected.prediction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
Access Sequence AMP_family AMP_probability Hemolytic Hemolytic_probability
smORF_2 RFLIKMVKVNLMNGKLIRKISLM CLP 0.634 Hemo 0.871
smORF_19 FFNDGKGTIYYGIKKYFRIYF CLP 0.673 Hemo 0.822
2 changes: 1 addition & 1 deletion tests/contigs.nosmorfs/expected.percontigs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
# Macrel calculated for the sample a density of 0.000 AMPs / Mbp.
contig length ORFs smORFs AMPs
scaffold2530_2_MH0058 1324 1 0 0
2 changes: 1 addition & 1 deletion tests/contigs.nosmorfs/expected.prediction
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
Access Sequence AMP_family AMP_probability Hemolytic Hemolytic_probability
2 changes: 1 addition & 1 deletion tests/contigs/expected.percontigs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
# Macrel calculated for the sample a density of 45.062 AMPs / Mbp.
contig length ORFs smORFs AMPs
C4060843_1_MH0058 518 1 1 0
Expand Down
2 changes: 1 addition & 1 deletion tests/contigs/expected.prediction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
Access Sequence AMP_family AMP_probability Hemolytic Hemolytic_probability
scaffold75334_1_MH0058_1 RFLIKMVKVNLMNGKLIRKISLM CLP 0.634 Hemo 0.871
scaffold33693_17_MH0058_2 FFNDGKGTIYYGIKKYFRIYF CLP 0.673 Hemo 0.822
2 changes: 1 addition & 1 deletion tests/peptides/expected.prediction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
Access Sequence AMP_family AMP_probability Hemolytic Hemolytic_probability
AP00002|AMP YVPLPNVPQPGRRPFPTFPGQGPFNPKIKWPQGY CLP 0.861 Hemo 0.663
AP00007|AMP GNNRPVYIPQPRPPHPRL CLP 0.970 Hemo 0.515
Expand Down
2 changes: 1 addition & 1 deletion tests/reads.se/expected.percontigs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
# Macrel calculated for the sample a density of 59.743 AMPs / Mbp.
contig length ORFs smORFs AMPs
k47_0 3379 4 2 0
Expand Down
2 changes: 1 addition & 1 deletion tests/reads.se/expected.prediction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
Access Sequence AMP_family AMP_probability Hemolytic Hemolytic_probability
k47_10_1 RFLIKMVKVNLMNGKLIRKISLM CLP 0.634 Hemo 0.871
k47_11_1 FFNDGKGTIYYGIKKYFRIYF CLP 0.673 Hemo 0.822
2 changes: 1 addition & 1 deletion tests/reads/expected.percontigs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
# Macrel calculated for the sample a density of 57.627 AMPs / Mbp.
contig length ORFs smORFs AMPs
k77_11 1303 2 1 0
Expand Down
2 changes: 1 addition & 1 deletion tests/reads/expected.prediction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prediction from macrel v1.3.0
# Prediction from macrel v1.4.0
Access Sequence AMP_family AMP_probability Hemolytic Hemolytic_probability
k77_12_1 RFLIKMVKVNLMNGKLIRKISLM CLP 0.634 Hemo 0.871
k77_15_1 FFNDGKGTIYYGIKKYFRIYF CLP 0.673 Hemo 0.822

0 comments on commit 1a40448

Please sign in to comment.