From 608a81570eed385375b58cd6850b492d96678d84 Mon Sep 17 00:00:00 2001
From: clara <clara@dyn-38-250.mobile.unibas.ch>
Date: Fri, 11 Nov 2022 13:00:49 +0100
Subject: [PATCH] 	modified:   README.md

---
 README.md | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c0f7057..d181450 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,25 @@
-## Read sequencer
+# Read Sequencer
+
+## Overview
+
+Read Sequencer is a test phyton package to simulate Sequencing. 
+It reads fasta files, simulate sequencing and writes the resulting sequences into a new fasta file.
+
+
+## Installation
+
+To install the latest release from GitHub:
+
+```
+if (!requireNamespace("remotes", quietly = TRUE))
+    install.packages("remotes")
+remotes::install_github(".../Read_Sequencer")
+
+```
+
+## Contributors and Contact Information
+
+Christop Hamel - christoph.harmel@unibas.ch
+Michael Sandholzer - michael.sandholzer@unibas.ch
+Clara Serger - c.serger@unibas.ch
+
-- 
GitLab