Skip to content

garcia-nacho/DiscoveryDocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

DiscoveryDocker

This version is not longer updated here, for an updated version of the pipeline visit FHI's github

Description

Docker-based implementation of the Discover1.1 pipeline for bacterial characterization.

Installation

git clone https://github.com/garcia-nacho/DiscoveryDocker
cd DiscoveryDocker
docker build -t garcianacho/discoveryfhi .

Alternativetly, it is posible to pull updated builds from Dockerhub:

docker pull garcianacho/discoveryfhi

Running the pipeline

Navigate to the folder where the fastq files are located and run the following command

docker run -it --rm -v $(pwd):/home/docker/Discovery/Fastq garcianacho/discoveryfhi

Older versions of docker might require the flag --privileged to run.
Multiuser systems might require the flag -u 1000 (or other uid) to run.

Note that the current version supports only illumina sequences.

About

Docker-based implementation of the Discover1.1 pipeline for bacterial characterization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.8%
  • C++ 22.0%
  • Perl 13.1%
  • C 10.9%
  • Shell 10.6%
  • CSS 2.6%
  • Other 4.0%