diff --git a/raw_inputs/raw_fast5_dir.yaml b/raw_inputs/raw_fast5_dir.yaml
index a01a3137e5088f0a6cdf101134e0008e63efd03a..0ba298b6c6f648572ca5a53da59779b705a44d25 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