Skip to content

Gtf creation #40

Merged
merged 21 commits into from
Jan 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Added Validator
basti committed Jan 6, 2019
commit 947cbfb2e551106a2a23cd55f97cb6488905bdec
2 changes: 1 addition & 1 deletion bin/3.1_create_gtf/Modules/Validator.py
Original file line number Diff line number Diff line change
@@ -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: