From 1e876952fa5d589a43381d31c2d198ef568ba578 Mon Sep 17 00:00:00 2001
From: Sascha Meiers <meiers@embl.de>
Date: Thu, 26 Oct 2017 14:49:44 +0200
Subject: [PATCH] Added Strand-Phaser as dependency

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f7c4951..9c257ef 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ Preliminary SV calling using Strand-seq data - summarized in a [Snakemake](https
   
     * Install [mosaicatcher](https://github.com/friendsofstrandseq/mosaicatcher) (*currently you will need the `develop` branch*)
     * Get the R-scripts from [strandsequtils](https://github.com/friendsofstrandseq/strandsequtils)
-  
+    * Install [Strand-Phaser](https://github.com/daewoooo/StrandPhaseR)
+
   2. **Set up the configuration of the smakemake pipeline**
   
     * Open `Snake.config.json` and specify the path to the executatables (such as Mosaicatcher) and to the R scripts.
-- 
GitLab