From b72c9e1219136dfcf38f79ec0eb67c8b0dd663fa Mon Sep 17 00:00:00 2001
From: "hugo.madgeleon" <hugo.madgeleon@stud.unibas.ch>
Date: Sun, 11 Dec 2022 23:05:12 +0100
Subject: [PATCH] Fixed --sep CLI argument

---
 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