Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Update Running Platypus Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cmargerum authored Sep 14, 2017
1 parent 9fb66cd commit 8c878a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platypus/Running Platypus Docker
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to build the docker image (make sure to include the period).
4.
Once the image is built, in any directory, you can use:

sudo docker run -it -v /data/ref/:/data/ref \
sudo docker run --rm -it -v /data/ref/:/data/ref \
-v /data/rnaseqVarCall/rawGATK_PipelineOutput/SAMPLE_DIRECTORY/:/data/work \
-e refgenome=GCA_000001405.15_GRCh38_no_alt_analysis_set.fa \
-e input=SAMPLE.sortedByCoord.md.split.realigned.bam \
Expand Down

0 comments on commit 8c878a1

Please sign in to comment.