Skip to content

Commit

Permalink
Bump version with the addition of new tool refafilt
Browse files Browse the repository at this point in the history
On branch dev
	modified:   README.md
	modified:   recentrifuge/__init__.py
	modified:   setup.py
  • Loading branch information
khyox committed Feb 6, 2024
1 parent a6a0b51 commit be8b53c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


____
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.2)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.14.0)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![](https://img.shields.io/maintenance/yes/2024.svg)](http://www.recentrifuge.org)
[![](https://img.shields.io/github/languages/top/khyox/recentrifuge.svg)](https://pypi.org/project/recentrifuge/)
[![](https://img.shields.io/pypi/pyversions/recentrifuge.svg)](https://pypi.org/project/recentrifuge/)
Expand Down
4 changes: 2 additions & 2 deletions recentrifuge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
__email__ = 'jse.mnl **AT** gmail.com'
__maintainer__ = 'Jose Manuel Marti'
__status__ = 'Production/Stable'
__date__ = 'Jan 2024'
__version__ = '1.13.2'
__date__ = 'Feb 2024'
__version__ = '1.14.0'

import sys
from Bio import SeqIO
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='recentrifuge',
version='1.13.2',
version='1.14.0',
packages=['recentrifuge'],
url='http://www.recentrifuge.org',
license='AGPL except krona.js, with its own license by BNBI',
Expand All @@ -12,7 +12,7 @@
long_description="""
**Robust comparative analysis and contamination removal for metagenomics**
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.2)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.14.0)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
With Recentrifuge, researchers can interactively explore what organisms are in their samples and at which level of confidence, thus enabling a robust comparative analysis of multiple samples in any metagenomic study.
Expand Down Expand Up @@ -60,7 +60,7 @@
'Tracker': 'https://github.com/khyox/recentrifuge/issues',
},
scripts=['rcf', 'rextract', 'retaxdump', 'remock', 'retest',
'refasplit', 'rextraccnt'],
'refasplit', 'rextraccnt', 'refafilt'],
install_requires=[
'biopython==1.79',
'numpy>=1.19.5',
Expand Down

0 comments on commit be8b53c

Please sign in to comment.