From 87c49021289ab046024d7cd03d863ee1b1d2aa9f Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Sat, 21 Apr 2018 22:14:26 +0200 Subject: [PATCH] Add missing .py extension in command line example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4571c8b..34c4408 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ where: - `` is the BED file name for the targets (only if using exome as the simulation type) Refer to the below [CNV-Sim options](#cnv-sim-options) section for more details on how to use all available command-line options or -simply type: ```docker run nabavilab/cnv-sim ./cnv-sim -h``` to read the help. +simply type: ```docker run nabavilab/cnv-sim.py ./cnv-sim -h``` to read the help. ### Use from Galaxy