Skip to main content

Advanced Pipeline for Simple yet Comprehensive AnaLysEs of DNA metabarcoding data - Conda installer (workaround)

Project description

Apscale Installer

Installation Tutorial for the Apscale Metabarcoding Workflow

Introduction

The easiest way to install the apscale metabarcoding workflow is by using Miniconda3. Miniconda will create an isolated environment with all the suggested versions of each tool.

Note: Currently, vsearch and blast+ cannot be automatically installed via conda. For now, the easiest solution is the installation through the apscale-installer script. We will update this Wiki when vsearch and blast+ are available via conda. Linux users can install vsearch and blast+ already now using conda.

This tutorial will install the following tools:

Miniconda Installation

  1. Install Miniconda by following the instructions.

  2. Open a new Anaconda (Miniconda3) terminal.

    • Windows: Type 'Anaconda' in your search bar and select 'Anaconda Powershell Prompt (miniconda3)'.
    • MacOS: Open a new terminal. You will see the (base) environment before your user name.
  3. Download the respective environment installation file for Windows or MacOS.

  4. Install the metabarcoding environment by typing:

    conda env create -f metabarcoding_env_XXX.yml
    
  5. Ensure you provide the correct path, for example:

    conda env create -f /Users/tillmacher/Downloads/metabarcoding_env_macos_aarch64.yml
    
  6. This should automatically install all dependencies. After the installation, activate the environment:

    conda activate metabarcoding
    
  7. Windows and MacOS users run the apscale-installer script:

    apscale_installer
    
  8. Linux and MacOS (intel) users can use conda:

    conda install vsearch
    conda install blast
    
  9. Verify your installations:

    vsearch --help
    blastn -h
    
  • If you want to update the metabarcoding environment type:
    conda env update --file metabarcoding_env_XXX.yml --prune
    
  • If you want to uninstall the metabarcoding environment type:
    conda remove -n metabarcoding --all
    

Usage

Now that everything is installed, you can use the installed software.

Refer to the homepages of each program to run learn how to use them:

Video tutorial

There is also a YouTube tutorial available, where the installation of Windows and MacOS is demonstrated.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apscale_installer-0.4.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

apscale_installer-0.4-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file apscale_installer-0.4.tar.gz.

File metadata

  • Download URL: apscale_installer-0.4.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for apscale_installer-0.4.tar.gz
Algorithm Hash digest
SHA256 095a25c2f7d3d40c9dc6c773e69658d68882d75e7a02711473cc0e7e6baf575a
MD5 2a54b9887e800a6c0d18271c9d256994
BLAKE2b-256 0e285a1f4a6b23ea10222e7393c7b2ab60b1c219e143a7031c6019a972919cfb

See more details on using hashes here.

File details

Details for the file apscale_installer-0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for apscale_installer-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9fd98e5a94b49dcc2c3790205b1aa18c2ad569a47ea3cc387f088c37ef1d7efb
MD5 321aef989f19be43a5d3ceeedd2e1b08
BLAKE2b-256 4f27ad1084db89322057ddc7af4e5a85af0ac575433f737bde40d01452220ccc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page