Skip to content

Commit

Permalink
Updated sequence() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Dec 10, 2019
1 parent 6b79283 commit 7ca1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ end


"""
sequence(gene::AbstractGene; AA = false)
sequence(gene::AbstractGene; translate = false)
Return genomic sequence for `gene`. If `translate` is `true`, the sequence will be translated to a `LongAminoAcidSeq`, otherwise it will be returned as a `LongDNASeq`.
```
Expand Down

0 comments on commit 7ca1c04

Please sign in to comment.