NKI-AI / ahcore

Ahcore is the AI for Oncology core computational pathology toolkit
Apache License 2.0
15 stars 1 forks source link

CLI tool has wrong name for args #68

Open moerlemans opened 6 months ago

moerlemans commented 6 months ago

On line 26 in ahcore/cli/data.py there is an error where manifest_fn = args.manifest_fn. However, this doesn't exist in the argparser. This should be args.manifest_uri. Also it is unclear in the argparser help that this uri should start with sqlite:///database_path