From 947cbfb2e551106a2a23cd55f97cb6488905bdec Mon Sep 17 00:00:00 2001 From: basti Date: Sun, 6 Jan 2019 15:38:47 +0100 Subject: [PATCH] Added Validator --- bin/3.1_create_gtf/Modules/Validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/3.1_create_gtf/Modules/Validator.py b/bin/3.1_create_gtf/Modules/Validator.py index 55c03e0..2f49625 100644 --- a/bin/3.1_create_gtf/Modules/Validator.py +++ b/bin/3.1_create_gtf/Modules/Validator.py @@ -24,7 +24,7 @@ def test_read_file(self): if line: if len(line.split("\t")) == 9: - print("Check successfull !") + print("Validation complete no errors found !") else: print("Incorrect output Format: Try again after deleting data folder.") else: