Fixed CLI argument issue
Compare changes
Files
8- Hugo Madge Leon authored
Merge branch 'main' of ssh://git.scicore.unibas.ch:2222/zavolan_group/tools/terminal-fragment-selector
+ 41
− 24
@@ -10,6 +10,13 @@ import pandas as pd # type: ignore
@@ -18,6 +25,9 @@ def main(args: argparse.Namespace):
@@ -26,17 +36,16 @@ def main(args: argparse.Namespace):
@@ -55,24 +64,32 @@ def file_validation(fasta_file: str,
@@ -97,21 +114,21 @@ def parse_arguments() -> argparse.Namespace: