krakenuniq icon indicating copy to clipboard operation
krakenuniq copied to clipboard

Rename executables to avoid conflict with kraken

Open yesimon opened this issue 6 years ago • 1 comments

When installing both krakenuniq and kraken (or kraken2) using conda, they both contain same-named executables such as classify and db_sort. Conda isn't aware of this conflict and overwrites these executables depending on which order the packages were installed. It would be great if this package can rename these dependent executables so there isn't any conflict. On the plus side, these dependent executables are not user-facing so it shouldn't affect user experience.

yesimon avatar Jan 16 '19 19:01 yesimon

Hi Yesimon, indeed the conda recipe installs into the same directory and overwrites. I'll patch the conda build to install into a different directory.

fbreitwieser avatar Feb 16 '19 01:02 fbreitwieser