Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Updated version to support a new cluster number of 0.995 instead of 0…
Browse files Browse the repository at this point in the history
….987
  • Loading branch information
kweber1 committed Jul 17, 2018
1 parent 6067777 commit e3827b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion q2_itsxpress/_itsxpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from itsxpress.definitions import (taxa_dict,
ROOT_DIR)

default_cluster_id=0.987
default_cluster_id=0.995

def _view_artifact_type(per_sample_sequence: _SingleLanePerSampleFastqDirFmt) -> str:
"""Opens the metadata file and looks for the 'type'.
Expand Down
2 changes: 1 addition & 1 deletion q2_itsxpress/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

plugin = Plugin(
name='itsxpress',
version='1.6.0',
version='1.6.1',
package='q2_itsxpress',
website='https://github.com/kweber1/q2_itsxpress '
'ITSxpress: https://github.com/USDA-ARS-GBRU/itsxpress',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='q2_itsxpress',
version='1.6.0',
version='1.6.1',
packages=['q2_itsxpress'],
author='Adam R. Rivers, Kyle C. Weber',
author_email='[email protected], [email protected]',
Expand Down

0 comments on commit e3827b2

Please sign in to comment.