KevinMenden / scaden

Deep Learning based cell composition analysis with Scaden.
https://scaden.readthedocs.io
MIT License
71 stars 26 forks source link

Scaden example command not found #110

Closed bio-visualisation closed 3 years ago

bio-visualisation commented 3 years ago

@KevinMenden I tried to generate example data but it is showing Error: No such command 'example'. Please help

KevinMenden commented 3 years ago

Hi @bio-visualisation ,

how did you install Scaden and which version are you using? The scaden example command was added later, so earlier versions don't have it.

I recommend trying to install a newer version - should be possible both with pip and conda!

bio-visualisation commented 3 years ago

Initially I installed scaden with the following command: $ conda install -c bioconda scaden Which installed the older version 0.9.4 Later I installed the newer version using $ conda install scaden=1.1.2 Now example command is working. Thank you so much.

KevinMenden commented 3 years ago

Awesome :) :+1: