Skip to content

Commit

Permalink
thresholds updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PollyTikhonova committed Feb 12, 2020
1 parent 3faed05 commit 531a748
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Phigaro v2.2.0
# Phigaro v2.2.1

## Updates tracker
You can find the information about updates and releases by [link.](https://github.com/bobeobibo/phigaro/blob/master/version_tracker.md)
Expand Down
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ phigaro:
mean_gc: 0.46354823199323625
penalty_black: 2.2
penalty_white: 0.7
threshold_max_abs: 11.42
threshold_max_abs: 52.96
threshold_max_basic: 46.0
threshold_max_without_gc: 52.96
threshold_min_abs: 11.28
threshold_max_without_gc: 11.42
threshold_min_abs: 50.32
threshold_min_basic: 45.39
threshold_min_without_gc: 52.32
threshold_min_without_gc: 11.28
window_len: 32
prodigal:
bin: /root/miniconda3/bin/prodigal
Binary file added dist/phigaro-2.2.1-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/phigaro-2.2.1.tar.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion phigaro/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ ="2.2.0"
__version__ ="2.2.1"
8 changes: 4 additions & 4 deletions phigaro/const.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
DEFAULT_WINDOW_SIZE = 32
DEFAULT_THRESHOLD_MIN_BASIC = 45.39
DEFAULT_THRESHOLD_MAX_BASIC = 46.0
DEFAULT_THRESHOLD_MIN_ABS = 11.28
DEFAULT_THRESHOLD_MAX_ABS = 11.42
DEFAULT_THRESHOLD_MIN_WITHOUT_GC = 52.32
DEFAULT_THRESHOLD_MAX_WITHOUT_GC = 52.96
DEFAULT_THRESHOLD_MIN_ABS = 50.32
DEFAULT_THRESHOLD_MAX_ABS = 52.96
DEFAULT_THRESHOLD_MIN_WITHOUT_GC = 11.28
DEFAULT_THRESHOLD_MAX_WITHOUT_GC = 11.42
DEFAULT_MEAN_GC = 0.46354823199323626
DEFAULT_MAX_EVALUE = 0.00445
DEFAULT_PENALTY_BLACK = 2.2
Expand Down
1 change: 1 addition & 0 deletions prepare_and_publish_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set /P commit_name="Please, make up the commit name:"
set /p tag=<tag_name
git commit -m %commit_name%
git tag %tag%
pause
git push
git push --tags
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://github.com/bobeobibo/phigaro/actions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'is based on phage genes HMMs and a smoothing window algorithm.',
long_description=long_description,
long_description_content_type="text/markdown",
version="2.2.0",
version="2.2.1",
license='MIT',
author='E.Starikova, N.Pryanichnikov, P.Tikhonova',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tag_name
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0
v2.2.1
2 changes: 1 addition & 1 deletion test_data_gitaction/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/bobeobibo/phigaro/raw/master/dist/phigaro-2.2.0.tar.gz
https://github.com/bobeobibo/phigaro/raw/master/dist/phigaro-2.2.1.tar.gz

0 comments on commit 531a748

Please sign in to comment.