From e56d65c5b795e8b79b1255b2ea20ca298e990748 Mon Sep 17 00:00:00 2001
From: "kathleen.moriarty" <kathleen.moriarty@unibas.ch>
Date: Mon, 3 Jan 2022 12:00:29 +0100
Subject: [PATCH] removed author name

---
 src/read_sequencing.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/read_sequencing.py b/src/read_sequencing.py
index dfd7da9..6b76a99 100644
--- a/src/read_sequencing.py
+++ b/src/read_sequencing.py
@@ -1,7 +1,6 @@
 """Read Sequencing.
 
 Simulate the sequencing of reads on the template of terminal fragments and simulates reads of these fragments.
-Author: Kathleen Moriarty
 """
 # Imports from built-in modules
 from random import choices
-- 
GitLab