Currently the error has to be traced back to the code:
Traceback (most recent call last):
File "/home/chase/miniconda3/envs/autometa/bin/autometa-download-dataset", line 8, in <module>
sys.exit(main())
File "/home/chase/miniconda3/envs/autometa/lib/python3.10/site-packages/autometa/validation/datasets.py", line 197, in main
download(
File "/home/chase/miniconda3/envs/autometa/lib/python3.10/site-packages/autometa/validation/datasets.py", line 47, in download
raise NotImplementedError
NotImplementedError
https://github.com/KwanLab/Autometa/blob/baf61c04dddf5b33bb825dba2841de1e38dffefe/autometa/validation/datasets.py#L47
Currently the error has to be traced back to the code: