From 870c3656bd3dd630812e337d8d824221ecbd5e1c Mon Sep 17 00:00:00 2001 From: Kevin Bonham Date: Fri, 22 Oct 2021 08:56:34 -0400 Subject: [PATCH] Cli fix (#92) * flip add_cli_args! optunderscores * actually assign results * update other humann function calls * add tests * add tests * fix reexport bounds --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0082f16..fc7305f 100644 --- a/Project.toml +++ b/Project.toml @@ -19,5 +19,5 @@ julia = "1.6" CSV = "0.8, 0.9" Conda = "1.5" Microbiome = "0.8" -Reexport = "0.2 - 1" +Reexport = "0.2, 1" Tables = "1.2.1" \ No newline at end of file