Skip to content
Snippets Groups Projects
Commit 8a5ce07e authored by Hugo Madge Leon's avatar Hugo Madge Leon
Browse files

Fixed CLI argument issue

parent ea5026a4
Branches
Tags
1 merge request!47Fixed CLI argument issue
Pipeline #14877 failed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment