Skip to content

Commit

Permalink
Version 4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xapple committed Feb 28, 2024
1 parent 49f3f1a commit dfb97be
Show file tree
Hide file tree
Showing 9 changed files with 559 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![PyPI version](https://badge.fury.io/py/crest4.svg)](https://badge.fury.io/py/crest4)
![Pytest passing](https://github.com/xapple/crest4/actions/workflows/pytest_master_branch.yml/badge.svg)

# CREST version 4.3.6
# CREST version 4.3.7

`crest4` is a python package for automatically assigning taxonomic names to DNA sequences obtained from environmental sequencing.

Expand Down
2 changes: 1 addition & 1 deletion crest4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

# Special variables #
__version__ = '4.3.6'
__version__ = '4.3.7'

# Constants #
project_url = 'https://github.com/xapple/crest4'
Expand Down
38 changes: 34 additions & 4 deletions docs/crest4.html

Large diffs are not rendered by default.

161 changes: 158 additions & 3 deletions docs/crest4/classify.html

Large diffs are not rendered by default.

250 changes: 227 additions & 23 deletions docs/crest4/databases.html

Large diffs are not rendered by default.

84 changes: 63 additions & 21 deletions docs/crest4/otu_tables.html

Large diffs are not rendered by default.

76 changes: 73 additions & 3 deletions docs/crest4/query.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Call setup #
setup(
name = 'crest4',
version = '4.3.6',
version = '4.3.7',
description = 'The `crest4` python package can automatically assign '
'taxonomic names to DNA sequences obtained from '
'environmental sequencing.',
Expand Down

0 comments on commit dfb97be

Please sign in to comment.