Skip to content
Snippets Groups Projects
Commit 3e3baa3f authored by Jakub Dylag's avatar Jakub Dylag
Browse files

(bug) parse.py "read3" column named "Read3"

parent 924e37bc
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ class Read2(Proto):
class Read3(Proto):
def __init__(self):
super().__init__("Read3", trud.PROCESSED_PATH / "read3.parquet")
super().__init__("read3", trud.PROCESSED_PATH / "read3.parquet")
self.checks = [
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment