From c3356dcc7e64cd5840a71ffd18264fddb03f31e4 Mon Sep 17 00:00:00 2001 From: Jacob Pfeil Date: Thu, 30 Nov 2017 14:54:25 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d50eae..6698bc6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ docker run -it --rm -v `pwd`:/data ucsctreehouse/fusion:0.3.0 \ --left-fq 1.fq.gz \ --right-fq 2.fq.gz \ --output-dir fusion_output \ - --genome-lib-dir STARFusion-GRCh38gencode23 + --genome-lib-dir STARFusion-GRCh38gencode23 \ --run-fusion-inspector ```