Skip to content

Commit

Permalink
docs: update docstring too
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Feb 1, 2024
1 parent f461efb commit 26423ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agct/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def convert_coordinate(
c = Converter("hg19", "hg38")
c.convert_coordinate("chr7", 140453136, Strand.POSITIVE)
# returns [['chr7', '140753336', '+']]
# returns [['chr7', 140753336, '+']]
:param chrom: chromosome name as given in chainfile. Usually e.g. ``"chr7"``.
Expand Down

0 comments on commit 26423ef

Please sign in to comment.