Skip to content
Snippets Groups Projects
Commit 60e5156d authored by nfontrod's avatar nfontrod
Browse files

src/gc_content/gc_content.py: fix error to tests

parent 7765e0d7
No related branches found
No related tags found
No related merge requests found
Pipeline #137 passed
......@@ -77,7 +77,7 @@ def get_many_gc_content(bed_line: List[Any], dic_seq: Fasta,
{'interval': 50.0}
>>> get_many_gc_content(["chr1", 10, 20, "s1", ".", "+"],
... dic_seq, 10)
{'before': 10.0, 'interval': 50.0, 'after': 0.0}
{'before': 100.0, 'interval': 50.0, 'after': 0.0}
>>> get_many_gc_content(["chr1", 10, 20, "s1", ".", "-"],
... dic_seq, 10)
{'before': 0.0, 'interval': 50.0, 'after': 100.0}
......
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