top of page

Setting up the environment

Writer's picture: Kim VincentKim Vincent

Updated: Mar 31, 2022


You will need the following programs to run the DADA2 pipeline:

· Xcode

· idemp

· miniconda

· cutadapt





Step 1: Download Xcode


  1. Head to the developer download site: https://developer.apple.com/download/

  2. Navigate to the Xcode site.

  3. Click on the blue download button.

  4. Extract the files by double clicking on the Xcode folder in the Downloads folder.

  5. Note: when complete, the folder changes from “Xcode download” to “Xcode”.


Step 2: Download and compile idemp

Information on idemp can be found on the Github directory: https://github.com/yhwu/idemp

  1. Open a Terminal window

  2. Type into Terminal: git clone https://github.com/yhwu/idemp

  3. Type into Terminal: cd idemp

  4. Type into Terminal: make

  5. Type into Terminal: make test

Note: If this is your first time running Xcode, you will get a warning (see below) about agreeing to the Xcode license before use: Click ENTER to read the agreement and space bar to scroll completely through. At the end, type “agree"


Step 3. Download miniconda

Navigate to Miniconda download: https://docs.conda.io/en/latest/miniconda.html

Click on the appropriate file to download for your computer. If you run Windows and don't know if it is running 32 or 64 bit, check this guide to find out. On a Mac and not sure? Check out this guide for Macs here.

  1. Open Terminal window

  2. Type into Terminal: cd ~/Downloads

  3. Type into Terminal: bash Miniconda3-latest-MacOSX-x86_64.sh (replace with the operating system you are using if not this one)

  4. Review and accept Miniconda license: Press ENTER to review the license and space bar to scroll through to the end. Type ‘yes’ to approve the term. Click Enter to approve download location.

  5. Type into Terminal: cd ..

  6. (optional) Type into Terminal: conda install pillow

  7. Enter Y at the prompt.

  8. Check if miniconda is present in home directory. Type into Terminal: ls


Step 4. Download cutadapt

Note: miniconda must be installed before starting this step.

More information on installing cutadapt can be found here: https://cutadapt.readthedocs.io/en/stable/installation.html

  1. Open a Terminal window

  2. Type into Terminal: conda install -c bioconda cutadapt

  3. Enter Y at the prompt

  4. Close the Terminal window when the installation completes.

35 views0 comments

Recent Posts

See All

Comments


© 2017 by Kim Vincent 

bottom of page