From 4805351119a56d4c88758be079e41b64113c2ad5 Mon Sep 17 00:00:00 2001
From: khalid <khalid.belkhir@umontpellier.fr>
Date: Sat, 27 Nov 2021 17:07:21 +0100
Subject: [PATCH] mistyping in fast5_dir

---
 raw_inputs/raw_fast5_dir.yaml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/raw_inputs/raw_fast5_dir.yaml b/raw_inputs/raw_fast5_dir.yaml
index a01a3137..0ba298b6 100755
--- a/raw_inputs/raw_fast5_dir.yaml
+++ b/raw_inputs/raw_fast5_dir.yaml
@@ -1,20 +1,13 @@
 {
-  name: raw_read_dir,
-  function_call: "raw_read_dir(config['results_dir'], config['sample_dir'], config['SeOrPe'])",
+  name: raw_fast5_dir,
+  function_call: "raw_fast5_dir(config['results_dir'], config['sample_dir'])",
   options: [
     {
       name: "sample_dir",
       type: "input_dir",
       value: "/Data",
-      label: "Directory containing the fastq files: ",
+      label: "Directory containing the fast5 files: ",
       volumes:  [Data: "/Data", Results: "/Results"]
     },
-    {
-      name: "SeOrPe",
-      type: "radio",
-      value: "PE",
-      choices: [Single end: SE, Paired end: PE],
-      label: "Single end reads (SE) or Paired end reads (PE): "
-    }
   ]
 }
\ No newline at end of file
-- 
GitLab