Skip to content

Commit

Permalink
Update after NCBI Taxonomy change and upgrade to 2024
Browse files Browse the repository at this point in the history
Pelomonas genus is now fully equivalent to Roseateles

On branch master
	modified:   README.md
	modified:   rcf
	modified:   recentrifuge/__init__.py
	modified:   recentrifuge/config.py
	modified:   recentrifuge/krona.js
	modified:   recentrifuge/test/TEST.rcf.xlsx
	modified:   refasplit
	modified:   remock
	modified:   retaxdump
	modified:   retest
	modified:   rextraccnt
	modified:   rextract
	modified:   setup.py
  • Loading branch information
khyox committed Jan 9, 2024
1 parent 07417a6 commit 01a06e2
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


____
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.0)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![](https://img.shields.io/maintenance/yes/2023.svg)](http://www.recentrifuge.org)
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.1)](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/)
[![](https://img.shields.io/pypi/v/recentrifuge.svg)](https://pypi.org/project/recentrifuge/)
Expand Down
2 changes: 1 addition & 1 deletion rcf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
8 changes: 4 additions & 4 deletions recentrifuge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# With the single exception of the file krona.js, which has embedded
# its own free software licence, you can redistribute Recentrifuge
Expand Down Expand Up @@ -28,13 +28,13 @@
'ontology', 'params', 'stats', 'taxclass', 'mock',
'__author__', '__date__', '__version__']
__author__ = 'Jose Manuel Martí'
__copyright__ = 'Copyright (C) 2017–2023 Jose Manuel Marti Martinez'
__copyright__ = 'Copyright (C) 2017–2024 Jose Manuel Marti Martinez'
__license__ = 'GNU Affero General Public License Version 3'
__email__ = 'jse.mnl **AT** gmail.com'
__maintainer__ = 'Jose Manuel Marti'
__status__ = 'Production/Stable'
__date__ = 'Dec 2023'
__version__ = '1.13.0'
__date__ = 'Jan 2024'
__version__ = '1.13.1'

import sys
from Bio import SeqIO
Expand Down
2 changes: 1 addition & 1 deletion recentrifuge/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Licence notice
LICENSE = ('''
Copyright (C) 2017–2022, Jose Manuel Martí Martínez
Copyright (C) 2017–2024, Jose Manuel Martí Martínez
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion recentrifuge/krona.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
//
//----------------------------------------------------------------------------
//
// Copyright (C) 2017-2023 Jose Manuel Martí Martínez, for the changes in
// Copyright (C) 2017-2024 Jose Manuel Martí Martínez, for the changes in
// this file from the Krona Javascript 2.0 release.
//
// Redistribution and use in source and binary forms, with or without
Expand Down
Binary file modified recentrifuge/test/TEST.rcf.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion refasplit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion remock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion retaxdump
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion retest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023 Jose Manuel Martí Martínez
# Copyright (C) 2017–2024 Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion rextraccnt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion rextract
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2017–2023, Jose Manuel Martí Martínez
# Copyright (C) 2017–2024, Jose Manuel Martí Martínez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
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.13.0',
version='1.13.1',
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.0)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml)
[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.1)](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 01a06e2

Please sign in to comment.