Skip to content
Snippets Groups Projects
Commit 56e59adb authored by Vermaat's avatar Vermaat
Browse files

Fix docstring in sliceChromosome API method

parent 8ad9d4af
No related branches found
No related tags found
No related merge requests found
......@@ -1253,9 +1253,9 @@ class MutalyzerService(ServiceBase):
@arg start: Start position (one-based, inclusive, in reference
orientation).
@type start: integer
@arg stop: Stop position (one-based, inclusive, in reference
@arg end: End position (one-based, inclusive, in reference
orientation).
@type start: integer
@type end: integer
@arg orientation: Orientation of the slice. 1 for forward, 2 for
reverse complement.
@type orientation: integer
......
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