Skip to content

Commit

Permalink
Fix type on README
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jun 8, 2024
1 parent 229777c commit dde4b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ orfseq = findorfs(seq)[3] |> sequence
ATGCGTCGAATGGCACGGTGA
```

If we translate it, we get a 69aa sequence:
If we translate it, we get a 7aa sequence:

```julia
translate(orfseq)
Expand Down

0 comments on commit dde4b36

Please sign in to comment.