Skip to content

Commit 80d645a

Browse files
committed
fix nonpareil path and bump version
1 parent 5a8e9d8 commit 80d645a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33

44
__author__ = 'sterrettJD'
5-
__version__ = '1.0.9'
5+
__version__ = '1.0.10'
66

77
this_directory = Path(__file__).parent
88
long_description = (this_directory / 'README.md').read_text()
@@ -35,7 +35,7 @@
3535
'rule_utils/HUMAnN_to_phyloseq_helper.R', 'rule_utils/HUMAnN_microshades.Rmd',
3636
'rule_utils/Kraken_microshades.Rmd',
3737
'rule_utils/metaphlan_to_phyloseq_helper.R','rule_utils/Metaphlan_microshades.Rmd',
38-
'rule_utils/nonpareil_curvces.Rmd',
38+
'rule_utils/nonpareil_curves.Rmd',
3939
'rule_utils/bracken_to_phyloseq_helper.R',
4040
'rule_utils/R_packages.R',
4141
'conda_envs/*.yaml']

0 commit comments

Comments
 (0)