I used to use brew to install and update mixcr but found the update is slower than install manually. so I tried to install manually by following command,
wget https://github.com/milaboratory/mixcr/releases/download/v2.1/mixcr-2.1.zip
unzip mixcr-2.1.zip
cd mixcr-2.1
mixcr -v
but "mixcr"command is not working.
I want to know if once you used brew you can not switch to manual installation?
Thanks!