Skip to content

Commit

Permalink
Update some docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed May 17, 2024
1 parent 48aa119 commit 2bc9c7b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/findorfs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ A vector of `ORF` objects representing the found ORFs.
```julia
sequence = randdnaseq(120)
120nt DNA Sequence:
GCCGGACAGCGAAGGCTAATAAATGCCCGTGCCAGTATC…TCTGAGTTACTGTACACCCGAAAGACGTTGTACGCATTT
120nt DNA Sequence:
GCCGGACAGCGAAGGCTAATAAATGCCCGTGCCAGTATC…TCTGAGTTACTGTACACCCGAAAGACGTTGTACGCATTT
findorfs(sequence, NaiveFinder())
1-element Vector{ORF}:
ORF(77:118, '-', 2, 0.0)
1-element Vector{ORF}:
ORF(77:118, '-', 2, 0.0)
```
"""
Expand Down

0 comments on commit 2bc9c7b

Please sign in to comment.