pinellolab / STREAM

STREAM: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data
http://stream.pinellolab.org
GNU Affero General Public License v3.0
168 stars 45 forks source link

STREAM2 not found in conda channel #142

Closed Desi0 closed 1 year ago

Desi0 commented 1 year ago

Hi, I am quite new to Python, but I'd like to try STREAM2 for Pseudotime analysis. Unfortunately, I cannot install it. I did what you say here [(https://github.com/pinellolab/STREAM2)] but I always get the following error message: "PackagesNotFoundError: The following packages are not available from current channels:"

I configured all the channels as you say and I tried with running $ conda install -c bioconda stream2 before (same error) and without, meaning directly do

$ conda create -n env_stream2 python=3.8 stream=0.1 jupyter
$ conda activate env_stream2

Can you please help me installing STREAM2? I am using Ubuntu 22.04 on a Linux 64-bit machine.

Thank you !