Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeigurevich committed Nov 18, 2015
1 parent 467ccef commit 14613ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# basespace_app
Repo for creating BaseSpace Apps
Source code for GATK3 Best Practices wrapper.

Docker container with this sources is at https://hub.docker.com/r/gurevich/gatk3_best_practices/
It is based on ubuntu Docker. Additionally installed (sudo apt-get update):
* python v2.7 (sudo apt-get install python)
* java v1.7 (sudo apt-get install openjdk-7-jre-headless)
* samtools v.0.1.19 (sudo apt-get install samtools)
* tabix and bgzip (sudo apt-get install tabix)

0 comments on commit 14613ce

Please sign in to comment.