Skip to content

Data processing workflow and supplementary data for Handley et al. 2019 - Temporal and spatial variation in distribution of fish environmental DNA in England’s largest lake

Notifications You must be signed in to change notification settings

HullUni-bioinformatics/Handley_et_al_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handley_et_al_2019

Data processing workflow and supplementary data for Handley et al. 2019 - Temporal and spatial variation in distribution of fish environmental DNA in England’s largest lake. Environmental DNA 1(1) 26-39 DOI: (here)

Release 1.0 of this repository has been archived:

##Contents

  • supplementary data (here)
  1. reference sequences (curated reference databases) used in analyses in Genbank format (here)
  2. adapter sequences used for 12S fragment (here)
  3. SRA accession numbers for raw Illumina data (here)

##Instructions on how to set up all dependencies for data processing/analyses

To facilitate full reproducibility of our analyses we provide Jupyter notebooks illustrating our workflow and all necessary supplementary data in this repository.

Illumina data was processed (from raw reads to taxonomic assignments) using the metaBEAT pipeline. The pipeline relies on a range of open bioinformatics tools, which we have wrapped up in a self contained docker image which includes all necessary dependencies here.

##Setting up the environment

In order to retrieve supplementary data (reference sequences etc.) start by cloning this repository to your current directory:

git clone --recursive https://github.com/HullUni-bioinformatics/Handley_et_al_2019.git

In order to make use of our self contained analysis environment you will have to install Docker on your computer. Docker is compatible with all major operating systems. See the Docker documenation for details. On Ubuntu installing Docker should be as easy as:

sudo apt-get install docker.io

Once Docker is installed you can enter the environment by typing, e.g.:

sudo docker run -i -t --net=host --name metaBEAT -v $(pwd):/home/working chrishah/metabeat /bin/bash

This will download the metaBEAT image (if it's not yet present on your computer) and enter the 'container', i.e. the self contained environment (Note that sudo may be necessary in some cases). With the above command the container's directory /home/working will be mounted to your current working directory (as instructed by $(pwd)), in other words, anything you do in the container's /home/working directory will be synced with your current working directory on your local machine.

##Data processing workflow as Jupyter notebooks

Raw illumina data has been deposited with Genbank (BioProject: PRJNA482277; BioSample accession: SAMN09702179-SAMN09702568; Sequence Read Archive accessions: SRR7549714-SRR8135322) - see sample specific accessions here.

  • Before following the workflow below, you'll need to download the raw reads from SRA. To download the raw read data you can follow the steps in this Jupyter notebook.
  • The workflow illustrated in the notebooks assumes that the raw Illumina data is present in a directory raw_reads at the base of the repository structure and that the files are named according to the following convention: 'sampleID-marker', followed by '_1' or '_2' to identify the forward/reverse read file respectively. sampleID must corresponds to the first column in the file Sample_accessions.tsv here, marker is either '12S' or 'Cytb'.

With the data in place you should be able to fully rerun/reproduce our analyses by following the steps outlined in the Jupyter notebooks that we provide for the 12S and Cytb datasets.

About

Data processing workflow and supplementary data for Handley et al. 2019 - Temporal and spatial variation in distribution of fish environmental DNA in England’s largest lake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published