-
Notifications
You must be signed in to change notification settings - Fork 0
Bioconda prerequisite installation
Arjun Prasad edited this page Jun 14, 2019
·
1 revision
AMRFinder requires BLAST+ and HMMER to run as well as libcurl.
You may already have all of the prerequisites installed in another way. You will need libcurl. The executables for BLAST and HMMER will need to be in your path. Note, it's not a prerequisite, but these instructions use Borne shell syntax (e.g., bash). If you're using another shell you might have to modify them slightly.
While not strictly a prerequisite Bioconda is how we recommend installing the prerequisites and indeed AMRFinderPlus. If you don''t have bioconda already installed you should run the following
~$ curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
~$ bash ./Miniconda3-latest-Linux-x86_64.sh # Follow prompts to accept license, choose install path, and allow the new bin directory to be added to .bashrc
~$ export PATH=$HOME/miniconda3/bin:$PATH # Change to match installation location, if not default.
~$ conda config --add channels defaults
~$ conda config --add channels bioconda
~$ conda config --add channels conda-forge
With bioconda the three prerequisites can be installed in one command
~$ conda install -y blast hmmer libcurl
- New in AMRFinderPlus
- Documentation for AMRFinder v1 (Depricated)
- Overview
- Install with bioconda (recommended)
- Docker Image
- Install with binary
- Compile from source
- Test your installation
- Usage (syntax/options)
- --organism option
- Examples
- Input file formats
- Output format
- Common errors
- Known issues
- Tips and tricks
- Database updates
- Software upgrades
- Genotypes vs. Phenotypes
- Scope: plus vs. core
- AMRFinderPlus "Method" column
- Element type and Subtype
- Class and Subclass