Skip to content

Commit

Permalink
Merge pull request #177 from jakobnissen/undefexp
Browse files Browse the repository at this point in the history
Remove undefined exports
  • Loading branch information
jakobnissen committed Jul 24, 2021
2 parents f1fdcdc + c661f21 commit 43030fa
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/BioSequences.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ export
ungap,
ungap!,

# Iteration
each,

###
### LongSequence
###
Expand Down Expand Up @@ -175,14 +172,11 @@ export
n_certain,

gc_content,

eachcanonical,

translate!,
translate,
ncbi_trans_table,


# Search
ExactSearchQuery,
ApproximateSearchQuery,
Expand All @@ -196,14 +190,7 @@ export
scoreat,

seqmatrix,
majorityvote,
Site,
Certain,
Ambiguous,
Gap,
Match,
Mismatch,
count_pairwise
majorityvote

using BioSymbols
import Twiddle: enumerate_nibbles,
Expand Down

0 comments on commit 43030fa

Please sign in to comment.