Skip to content

Commit

Permalink
Add --rm flag to docker run.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 27, 2017
1 parent 28c32ff commit fe5b5c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class Samtools(protected val args: SamtoolsArgs) extends BDGSparkCommand[Samtool
val samtoolsCommand = if (args.useDocker) {
Seq("docker",
"run",
"--rm",
args.dockerImage,
"samtools",
"mpileup",
Expand Down

0 comments on commit fe5b5c9

Please sign in to comment.