Skip to content

Commit

Permalink
RLS Version 1.3.0
Browse files Browse the repository at this point in the history
- Output density values
- Compatibility with Pyrodigal ≥3.0
  • Loading branch information
luispedro committed Dec 5, 2023
1 parent 5b28b8e commit f66af73
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 12 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Unreleased
Version 1.3.0 2023-12-05
* Add compatibility with Pyrodigal ≥3
* Add density estimates to output

Version 1.2.0 2022-05-09
Expand Down
8 changes: 8 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# What's new? (History)

## Version 1.3.0

*Released 5 December 2023*

- Adds density estimates to output
- Adds compatibility with Pyrodigal ≥3


## Version 1.2.0

*Released May 9 2022*
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.2.0'
__version__ = '1.3.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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.0
# Macrel calculated for the sample a density of 45.062 AMPs / Mbp.
contig length ORFs smORFs AMPs
scaffold2530_2_MH0058 717 2 2 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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.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.2.0
# Prediction from macrel v1.3.0
# Macrel calculated for the sample a density of 57.627 AMPs / Mbp.
contig length ORFs smORFs AMPs
k77_3 1270 1 0 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.2.0
# Prediction from macrel v1.3.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 f66af73

Please sign in to comment.