Skip to content

Commit

Permalink
Added Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Jan 6, 2019
1 parent b3223d1 commit 947cbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/3.1_create_gtf/Modules/Validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 947cbfb

Please sign in to comment.