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:
- Apscale
- Apscale-GUI
- Apscale_blast
- Boldigger2
- Demultiplexer
- TaxonTableTool2 (coming soon)
Miniconda Installation
-
Install Miniconda by following the instructions.
-
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.
-
Download the respective environment installation file for Windows or MacOS.
-
Install the metabarcoding environment by typing:
conda env create -f metabarcoding_env_XXX.yml
-
Ensure you provide the correct path, for example:
conda env create -f /Users/tillmacher/Downloads/metabarcoding_env_macos_aarch64.yml
-
This should automatically install all dependencies. After the installation, activate the environment:
conda activate metabarcoding
-
Windows and MacOS users run the apscale-installer script:
apscale_installer
-
Linux and MacOS (intel) users can use conda:
conda install vsearch conda install blast
-
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:
- Apscale
- Apscale-GUI
- Apscale_blast
- Boldigger2
- Demultiplexer
- TaxonTableTool2 (coming soon)
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 095a25c2f7d3d40c9dc6c773e69658d68882d75e7a02711473cc0e7e6baf575a |
|
MD5 | 2a54b9887e800a6c0d18271c9d256994 |
|
BLAKE2b-256 | 0e285a1f4a6b23ea10222e7393c7b2ab60b1c219e143a7031c6019a972919cfb |
File details
Details for the file apscale_installer-0.4-py3-none-any.whl
.
File metadata
- Download URL: apscale_installer-0.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd98e5a94b49dcc2c3790205b1aa18c2ad569a47ea3cc387f088c37ef1d7efb |
|
MD5 | 321aef989f19be43a5d3ceeedd2e1b08 |
|
BLAKE2b-256 | 4f27ad1084db89322057ddc7af4e5a85af0ac575433f737bde40d01452220ccc |