Skip to content

Commit

Permalink
Update docs simple coding rule
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 29, 2024
1 parent 115db07 commit ca734dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/simplecodingrule.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ orfs = findorfs(seq, minlen=75, finder=NaiveFinder, alternative_start=true) # fi
orfs[iscoding.(orfsdna)]

3-element Vector{ORF{4, NaiveFinder}}:
ORF{NaiveFinder}(194:268, '-', 2, -0.026759927376272922)
ORF{NaiveFinder}(194:283, '-', 2, -0.010354615336667268)
ORF{NaiveFinder}(650:727, '-', 2, -0.04303976584597201)
ORF{NaiveFinder}(194:268, '-', 2)
ORF{NaiveFinder}(194:283, '-', 2)
ORF{NaiveFinder}(650:727, '-', 2)
```

Or in a single line using another genome sequence:
Expand Down

0 comments on commit ca734dd

Please sign in to comment.