From 5e462666c3e84c1173443d5b4f93470ee6adbb19 Mon Sep 17 00:00:00 2001
From: renewiegandt <rene.wiegandt@mpi-bn.mpg.de>
Date: Thu, 20 Dec 2018 14:11:14 +0100
Subject: [PATCH] Fixed typo in bed_to_fasta.R

---
 bin/bed_to_fasta.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bed_to_fasta.R b/bin/bed_to_fasta.R
index 73ea732..e0ade14 100644
--- a/bin/bed_to_fasta.R
+++ b/bin/bed_to_fasta.R
@@ -13,7 +13,7 @@ opt_parser <- OptionParser(option_list = option_list,
 opt <- parse_args(opt_parser)
 
 #' Splitting BED-files depending on their cluster.
-#' The Sequences of each cluster are writen as an FASTA-file.
+#' The Sequences of each cluster are written as an FASTA-file.
 #' @param bedInput <string> BED-file with sequences and cluster-id as last two columns:
 #'                              Sequence: second last column; Cluster ID: last column
 #' @param prefix <string> prefix for filenames