You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to use the wiki page to download AMR finder on terminal on mac but this error keeps popping up both trying to use homebrew and conda. Any advice would be great :)
(base) u2252732@11-G3-029195-22 amr-master % source ~/miniconda3/bin/activate
(base) u2252732@11-G3-029195-22 amr-master % conda create -y -c conda-forge -c bioconda -n amrfinder --strict-channel-priority ncbi-amrfinderplus
Channels:
Sorry you ran into this issue. The problem for bioconda is that the blast package that ncbi-amrfinderplus depends on is not available for osx-arm64. We don't control that package and for some reason it hasn't been updated to run on osx-arm64.
AMRFinderPlus itself builds and runs find on OSX, in fact I have an ARM Mac terminal myself and use it there. I didn't know there was a homebrew package for AMRFinderPlus, so I haven't tried it and I'm not sure what the issue with it is.
If you have the Apple Developer Tools (free) downloaded and installed you should be able to compile the dependencies and install AMRFinderPlus yourself fairly easily.
Homebrew does have HMMER and BLAST packages, and I think libcurl comes on MacOS by dfault so you should be able to get the dependencies for AMRFinderPlus with the following:
I have been trying to use the wiki page to download AMR finder on terminal on mac but this error keeps popping up both trying to use homebrew and conda. Any advice would be great :)
(base) u2252732@11-G3-029195-22 amr-master % source ~/miniconda3/bin/activate
(base) u2252732@11-G3-029195-22 amr-master % conda create -y -c conda-forge -c bioconda -n amrfinder --strict-channel-priority ncbi-amrfinderplus
Channels:
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
The text was updated successfully, but these errors were encountered: