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

fixed --sep CLI argument

parent 9b8256bf
No related branches found
No related tags found
1 merge request!47Fixed CLI argument issue
Pipeline #14876 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.
Finish editing this message first!
Please register or to comment