raphael-group / decifer

DeCiFer is an algorithm that simultaneously selects mutation multiplicities and clusters SNVs by their corresponding descendant cell fractions (DCF).
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

The conda command of Automatic installation #17

Closed ybta2957e closed 2 years ago

ybta2957e commented 2 years ago

I used the following command got the error "EnvironmentLocationNotFound: Not a conda environment: " conda install -n decifer decifer -y

This one works conda create --name decifer decifer -y

brian-arnold commented 2 years ago

Thank you for catching this and posting an issue! We've updated the documentation. The intended command in the documentation should be the conda create one... although in theory you can also use the conda install command too if you've previously created the environment (e.g. conda create --name decifer) and have activated it (e.g. conda activate decifer).