From bf19db728bcc205e1d978e69605014fe67ed57a6 Mon Sep 17 00:00:00 2001
From: "Ahmed H. Mahmoud" <ahmed.mahmoud@unibas.ch>
Date: Sun, 4 Dec 2022 15:44:34 +0100
Subject: [PATCH] updated ReadMe file

---
 README.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 32ef846..8b6133f 100644
--- a/README.md
+++ b/README.md
@@ -38,12 +38,24 @@ c. It needs to take into account the probability (weight/relative frequency) of
 d. Append via e.g. str.join(), str.ljust()  
 e. Output the final transcript sequences as a .fasta file. (Final Output)  
 
-## Usage/Examples
 
-```python script 
+## Installation 
 
+TBA 
+  
 
+## Usage/Examples
+
+```python script 
+ 'transcript_sequence_extractor'
+    '--input_fasta_file'
+        'genome fasta file'
+            '--input_gtf' 
+             'gtf file'
+                '--output_file_name'
+                   'output fasta file'
 ```
+  
 
 
 ## License
-- 
GitLab