Skip to content

Commit 531a748

Browse files
thresholds updates
1 parent 3faed05 commit 531a748

12 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Phigaro v2.2.0
1+
# Phigaro v2.2.1
22

33
## Updates tracker
44
You can find the information about updates and releases by [link.](https://github.com/bobeobibo/phigaro/blob/master/version_tracker.md)

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ phigaro:
66
mean_gc: 0.46354823199323625
77
penalty_black: 2.2
88
penalty_white: 0.7
9-
threshold_max_abs: 11.42
9+
threshold_max_abs: 52.96
1010
threshold_max_basic: 46.0
11-
threshold_max_without_gc: 52.96
12-
threshold_min_abs: 11.28
11+
threshold_max_without_gc: 11.42
12+
threshold_min_abs: 50.32
1313
threshold_min_basic: 45.39
14-
threshold_min_without_gc: 52.32
14+
threshold_min_without_gc: 11.28
1515
window_len: 32
1616
prodigal:
1717
bin: /root/miniconda3/bin/prodigal
76.4 KB
Binary file not shown.

dist/phigaro-2.2.1.tar.gz

71.9 KB
Binary file not shown.
File renamed without changes.

phigaro/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ ="2.2.0"
4+
__version__ ="2.2.1"

phigaro/const.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
DEFAULT_WINDOW_SIZE = 32
22
DEFAULT_THRESHOLD_MIN_BASIC = 45.39
33
DEFAULT_THRESHOLD_MAX_BASIC = 46.0
4-
DEFAULT_THRESHOLD_MIN_ABS = 11.28
5-
DEFAULT_THRESHOLD_MAX_ABS = 11.42
6-
DEFAULT_THRESHOLD_MIN_WITHOUT_GC = 52.32
7-
DEFAULT_THRESHOLD_MAX_WITHOUT_GC = 52.96
4+
DEFAULT_THRESHOLD_MIN_ABS = 50.32
5+
DEFAULT_THRESHOLD_MAX_ABS = 52.96
6+
DEFAULT_THRESHOLD_MIN_WITHOUT_GC = 11.28
7+
DEFAULT_THRESHOLD_MAX_WITHOUT_GC = 11.42
88
DEFAULT_MEAN_GC = 0.46354823199323626
99
DEFAULT_MAX_EVALUE = 0.00445
1010
DEFAULT_PENALTY_BLACK = 2.2

prepare_and_publish_package.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set /P commit_name="Please, make up the commit name:"
1313
set /p tag=<tag_name
1414
git commit -m %commit_name%
1515
git tag %tag%
16+
pause
1617
git push
1718
git push --tags
1819
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://github.com/bobeobibo/phigaro/actions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'is based on phage genes HMMs and a smoothing window algorithm.',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
version="2.2.0",
13+
version="2.2.1",
1414
license='MIT',
1515
author='E.Starikova, N.Pryanichnikov, P.Tikhonova',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)