tseemann / prokka

:zap: :aquarius: Rapid prokaryotic genome annotation
822 stars 224 forks source link

Conda install work around #615

Open samche42 opened 2 years ago

samche42 commented 2 years ago

Hi! Not sure if this is the best spot for this, but I recently found that the straightforward conda install -c bioconda prokka doesn't work. The workaround I found was to install in five individual steps as follows:

conda create -y -n prokka
conda activate prokka
conda install -y -c biobuilds perl=5.22
conda install -y -c conda-forge parallel
conda install -y -c bioconda prodigal blast=2.2 tbl2asn prokka

Thought that may be useful/helpful for your users? :)

rbhwilliams commented 2 years ago

thank you, this appears to have worked on my system

carolinasisco commented 2 years ago

Thank you! It worked like a charm!

dillnelson2o commented 6 months ago

unsung hero of the command line!

jpeasari commented 3 months ago

It worked.