parklab / xTea

Comprehensive TE insertion identification with WGS/WES data from multiple sequencing technics
Other
102 stars 23 forks source link

ERROR: No matching distribution found for deep-forest #124

Closed minw2828 closed 3 months ago

minw2828 commented 3 months ago

Hello,

Thank you for developing the tool. I am really interested in trying this out, especially after reading your paper.

I tried to build a docker image using your Dockerfile in my mac terminal.

After updating the tool versions, I managed to get through most of the tools except for deep-forest.

My error was:

pip install deep-forest   

ERROR: Could not find a version that satisfies the requirement deep-forest (from versions: none) 
ERROR: No matching distribution found for deep-forest  

Is deep-forest still required for using xTea?

Many thanks, Min

minw2828 commented 3 months ago

Hello,

I have successful built a docker image using your Dockerfile without any modifications in Linux Ubuntu.

It looks like the issues were just caused by me trying to do it in mac.

I am excited to try it now. Thank you!

Cheers, Min