nanoporetech / dorado

Oxford Nanopore's Basecaller
https://nanoporetech.com/
Other
491 stars 59 forks source link

Comment: Simple conda solution for path variable. #892

Closed Artifice120 closed 3 months ago

Artifice120 commented 3 months ago

Comment

Just wanted to post a simple fix/solution do add dorado to path without having to edit path variable since it was helpful to me and may help others. If you create a conda environment outside of the default path :

conda create -p path/to/env/destination/

Then you can install your dorado package with wget to some temporary location. Once installed and unzipped the bin and lib directories can be moved to your semi-empty conda env with mv command. When this conda env is activated you can use the dorado command without the full path or needing to install with root privileges.