Skip to content
Snippets Groups Projects

Milestone Review

Merged Larissa Glass requested to merge milestone_review into main
11 files
+ 181
118
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -62,7 +62,7 @@ class TestGtf:
def test_parsed(self):
annotations = Gtf()
annotations.read_file("tests/resources/Annotation1.gtf")
annotations.parse_free_text()
annotations.parse_key_value()
assert annotations.parsed == True
assert set(annotations.free_text_columns) == set(
Loading