#sequencing_utilities
##Douglas McCloskey
##Credits:
Ali Ebrahim for writing the original sequtil library from which this is derived
###Installation using Docker:
-
Install docker
-
at the command terminal, enter "docker pull dmccloskey/sequencing_utilities" to download the docker image from the dmccloskey dockerhub repo
(Currently, there appears to be an issue with pushes of large image files to the dockerhub repository. For now, the best way of generating the docker image is using the command "docker build -t dmccloskey/sequencing_utilities" while in a local directory with the Dockerfile (e.g., cd Dockerbuild where the Dockerbuild directory would contain only the Dockerfile).)
- at the command terminal, enter "docker run -i -t --name=sequtils dmccloskey/sequencing_utilities" to bring up an interactive python session in a newly created docker container
###Installation from individual packages:
-
Install R
-
Install python and dependencies
-
Install Bowtie, Bowtie2, Breseq, Samtools, and Cufflinks
###Dependencies:
Python 3.4+
R 3.01+
pysam
numpy
scipy
rpy2
...
(see Dockerfile for a complete list of all packages and dependencies)