Skip to content
Snippets Groups Projects
Verified Commit f7dad66d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kb: enable infer tr and gn in t2g.py

parent 0c461dac
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ if __name__ == "__main__": ...@@ -26,8 +26,8 @@ if __name__ == "__main__":
dbfn=":memory:", dbfn=":memory:",
force=True, force=True,
merge_strategy="merge", merge_strategy="merge",
disable_infer_transcripts=True, disable_infer_transcripts=False,
disable_infer_genes=True disable_infer_genes=False
) )
with open("t2g.txt", "w") as t2g: with open("t2g.txt", "w") as t2g:
for gene in db.all_features(): for gene in db.all_features():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment