Skip to content

Commit

Permalink
Remove some score as exported
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 31, 2024
1 parent 5ca0a4d commit 21ac919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import GenomicFeatures: first, last, length, strand, groupname, metadata

export ORF
export features, sequence, source
export groupname, finder, frame, score, strand, STRAND_BOTH, STRAND_NEG, STRAND_POS, STRAND_NA

export groupname, finder, frame, strand, STRAND_BOTH, STRAND_NEG, STRAND_POS, STRAND_NA

"""
struct ORF{N,F} <: GenomicFeatures.AbstractGenomicInterval{F}
Expand Down

0 comments on commit 21ac919

Please sign in to comment.