From 8a5ce07e60f6d28014a13c353665728f1c8fc0b5 Mon Sep 17 00:00:00 2001 From: Hugo Madge Leon <hugo.madgeleon@stud.unibas.ch> Date: Sun, 11 Dec 2022 22:07:15 +0000 Subject: [PATCH] Fixed CLI argument issue --- term_frag_sel/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/term_frag_sel/cli.py b/term_frag_sel/cli.py index 30c2535..93fafbb 100644 --- a/term_frag_sel/cli.py +++ b/term_frag_sel/cli.py @@ -135,7 +135,6 @@ def parse_arguments() -> argparse.Namespace: type=check_positive, help="Chunk size for batch processing") parser.add_argument('--sep', required=False, default=",", - type=check_positive, help="Sequence counts file separator.") args = parser.parse_args() -- GitLab