ARAGORN

ARAGORN (Laslett & Canback, 2004) is used to evaluate tRNA features when importing data into the database.

MacOS and Ubuntu installation

  1. Open a Terminal window and start the Conda environment:

    > conda activate pdm_utils
    (pdm_utils)>
    
  2. The most straightforward option is to use Conda to install Aragorn:

    (pdm_utils)> conda install -c bioconda aragorn -y
    
  3. Test whether ARAGORN has been successfully installed:

    (pdm_utils)> aragorn -h
    

If successful, a detailed description of the software’s options should be displayed.

If unsuccessful, an error message should be displayed, such as:

-bash: aragorn: command not found