From 0d300e1026dce07e37aeb3bb4e89f00fe94b3f44 Mon Sep 17 00:00:00 2001 From: David Lauzon Date: Mon, 1 Jun 2015 17:23:44 -0400 Subject: [PATCH] Put stuff in one-line. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac56267..033648f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,10 @@ root@42c257dcfbcc:/# Once inside the container, run ADAM with 1.5GB of RAM (the `SPARK_DRIVER_MEMORY` and `SPARK_EXECUTOR_MEMORY` variables): ```bash -root@42c257dcfbcc:/# SPARK_DRIVER_MEMORY=1500m SPARK_EXECUTOR_MEMORY=1500m adam-submit transform /data/HG00096.chrom20.ILLUMINA.bwa.GBR.low_coverage.20120522.bam /data/hg00096.chrom20.adam +root@42c257dcfbcc:/# SPARK_DRIVER_MEMORY=1500m SPARK_EXECUTOR_MEMORY=1500m \ + adam-submit transform \ + /data/HG00096.chrom20.ILLUMINA.bwa.GBR.low_coverage.20120522.bam \ + /data/hg00096.chrom20.adam root@42c257dcfbcc:/# ```