From 0bdc1016eba520a8a371600db9cf57c82c9348b2 Mon Sep 17 00:00:00 2001 From: renewiegandt Date: Thu, 6 Dec 2018 10:03:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f457df8..6431022 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ source activate masterenv ## Quick Start ```console -nextflow run pipeline.nf --input [INPUT-file] --bed [INPUT-bed] --genome_fasta [path to file] --jaspar_db [path to motif database as meme-file] --config uropa.config +nextflow run pipeline.nf --input [BigWig-file] --bed [BED-file] --genome_fasta [FASTA-file] --jaspar_db [MEME-file] ``` ## Parameters ```