Skip to content
Snippets Groups Projects
Commit c1695251 authored by Noordijk, Ben's avatar Noordijk, Ben
Browse files

Updated docstring

parent dad676c4
No related branches found
No related tags found
1 merge request!3Added data preparation, hyperparameter optimisation, benchmarking code and k-mer library visualisation
......@@ -52,7 +52,7 @@ def main():
parser.add_argument('--in-path', required=True,
help='Path to directory containing genbank files')
parser.add_argument('--out-path', required=True,
help='Path to where output should be stored')
help='Path to filename where output should be stored')
args = parser.parse_args()
read_all_genbank_in_folder(args.in_path, args.out_path)
......
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