We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8e9d8 commit 80d645aCopy full SHA for 80d645a
setup.py
@@ -2,7 +2,7 @@
2
from pathlib import Path
3
4
__author__ = 'sterrettJD'
5
-__version__ = '1.0.9'
+__version__ = '1.0.10'
6
7
this_directory = Path(__file__).parent
8
long_description = (this_directory / 'README.md').read_text()
@@ -35,7 +35,7 @@
35
'rule_utils/HUMAnN_to_phyloseq_helper.R', 'rule_utils/HUMAnN_microshades.Rmd',
36
'rule_utils/Kraken_microshades.Rmd',
37
'rule_utils/metaphlan_to_phyloseq_helper.R','rule_utils/Metaphlan_microshades.Rmd',
38
- 'rule_utils/nonpareil_curvces.Rmd',
+ 'rule_utils/nonpareil_curves.Rmd',
39
'rule_utils/bracken_to_phyloseq_helper.R',
40
'rule_utils/R_packages.R',
41
'conda_envs/*.yaml']
0 commit comments