graph-genome / component_segmentation

Read in ODGI Bin output and identify co-linear components
Apache License 2.0
3 stars 4 forks source link

referenced dataclass is not found #51

Closed mr-c closed 3 years ago

mr-c commented 3 years ago

https://github.com/graph-genome/component_segmentation/commit/bcfc6a0a26486d60ebe54248075ff2da6605a053#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R22

There is no such package on PyPI with this name https://pypi.org/project/dataclass/

dimatr commented 3 years ago

true, should be "dataclasses"

josiahseaman commented 3 years ago

@dimatr did your push to setup.py fix this issue? This may be a good case for getting @Pigrenok involved in the testing loop now that he's going to be a primary maintainer. Please close the issue once it's been merged to master and tested. Thanks!

dimatr commented 3 years ago

Yes, the fix has been pushed.

Pigrenok commented 3 years ago

@mr-c both setup.py (thanks @dimatr) and requirements.txt were updated. It should all work now.

mr-c commented 3 years ago

Thanks!