From d46f9b1a4daf0f0b292e3a5b128d3a572bd78c5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andri=20Fr=C3=A4nkl?= <andri.fraenkl@unibas.ch>
Date: Wed, 21 Dec 2022 10:06:39 +0000
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0b6f36c..8bade1e 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ transcript-generator --prob_inclusion <probability_inclusion> [--log "INFO"] <tr
 
 where the transcripts file should be csv-formatted, the annotation file gtf-formatted and the inclusion probability for introns a float in the range [0,1]. The log parameter is optional and can be one of `["CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"]`. The default is `INFO`.
 
+Sample Transcripts and Annotation files can be found in the repository under main/tests/resources.
 
 # Development
 
-- 
GitLab