Skip to content

Commit

Permalink
Updating some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julia326 committed Jun 26, 2018
1 parent f64ce0a commit c90094f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,3 @@ ENV/

# creation of test data
snakemake/test-sample/*

# We expect the user to add these files to the Docker directory
docker/base/GenomeAnalysisTK.jar
docker/base/mutect-1.1.7.jar
4 changes: 3 additions & 1 deletion build-and-release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

#
# This script will build the Docker image, tag it with the version currently specified in the
# VERSION file and push the new image to DockerHub. It will also push a release to GitHub with a tag
# matching the version.
#
# Note that if a GitHub release already exists with this version tag, this script will error.

set -ex

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build with: docker build -t julia326/neoantigen-vaccine-pipeline:public -f docker/Dockerfile .
# Build with: docker build -f docker/Dockerfile .

FROM ubuntu:16.04

Expand Down

0 comments on commit c90094f

Please sign in to comment.