Closed sorenwacker closed 4 years ago
conda install -c bioconda rawtools
works
Okay, glad it is working through bioconda! RawQuant was a python package and should install through pip (though I don't know about 3.8+), but RawTools is a .NET program. Nice to know it is on Bioconda, though. I didn't know it got put up there.
On Mon, Jun 29, 2020 at 4:29 PM Sören notifications@github.com wrote:
Closed #52 https://github.com/kevinkovalchik/RawTools/issues/52.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kevinkovalchik/RawTools/issues/52#event-3494408810, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2PTUCYMFWCWCWMRGNBRYTRZD2UHANCNFSM4OLR2U4Q .
I used to install rawtools with
conda create -n env -c conda-forge rawtools
. That does not seem to work anymore. Is it due to my python version 3.8.3 or was the package remove from the python index? I cannot find information about installing rawtools other than from source. Is that the recommended way of installing rawtools?