Skip to content

Commit

Permalink
Update after NCBI Taxonomy changes (Palleronia genus, et al.)
Browse files Browse the repository at this point in the history
On branch master
	modified:   README.md
	modified:   recentrifuge/__init__.py
	modified:   recentrifuge/test/TEST.rcf.html
	modified:   recentrifuge/test/TEST.rcf.xlsx
	modified:   setup.py
  • Loading branch information
khyox committed Dec 4, 2023
1 parent a3b422e commit 6cba10f
Show file tree
Hide file tree
Showing 5 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.12.1)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.12.2)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![](https://img.shields.io/maintenance/yes/2023.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__ = 'Apr 2023'
__version__ = '1.12.1'
__date__ = 'Dec 2023'
__version__ = '1.12.2'

import sys
from Bio import SeqIO
Expand Down
2 changes: 1 addition & 1 deletion recentrifuge/test/TEST.rcf.html
100644 → 100755

Large diffs are not rendered by default.

Binary file modified recentrifuge/test/TEST.rcf.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='recentrifuge',
version='1.12.1',
version='1.12.2',
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.12.1)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.12.2)](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

0 comments on commit 6cba10f

Please sign in to comment.