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: