From f131d0e8cf3dac13668cb0e195199a6aeb7d12e7 Mon Sep 17 00:00:00 2001 From: Daniela Perry Date: Tue, 1 Mar 2022 13:41:26 -0800 Subject: [PATCH] flake8 --- q2_katharoseq/plugin_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q2_katharoseq/plugin_setup.py b/q2_katharoseq/plugin_setup.py index a9fb86d..bcac88b 100644 --- a/q2_katharoseq/plugin_setup.py +++ b/q2_katharoseq/plugin_setup.py @@ -219,7 +219,7 @@ 'positive_control_column': MetadataColumn[Categorical], 'positive_control_value': Str, 'min_total_reads': Int - }, + }, input_descriptions={}, parameter_descriptions={ 'total_reads': 'The total sum of the reads or ASVs for each sample.',