From d2507bfbc29dc2fb7359bd8e310c1c0ba3f5d9b7 Mon Sep 17 00:00:00 2001 From: Torsten Seemann Date: Thu, 13 Feb 2020 14:46:08 +1100 Subject: [PATCH] Fix formatting of folder tree --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f2859..0c3920b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ snakemake --use-singularity --singularity-args '--bind /labs/,/scg/,/home/ ' -s ## Outputs The outputs generated by this workflow will look like the following: - +``` samplename/ ├── 0.basecall │   ├── samplename.fq @@ -100,3 +100,4 @@ samplename/ └── 5.final    ├── samplename_final.fa    └── samplename_final.fa.fai +```