Skip to content

Commit

Permalink
add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kchu25 committed Jun 19, 2022
1 parent 3b06afa commit 5d6b0f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/FastaLoader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ module FastaLoader

using SeqShuffle, CUDA, StatsBase, Random

export FASTA_DNA, make_FASTA_DNA_w_splits
export FASTA_DNA,
make_FASTA_DNA_w_splits,
get_test_set_for_flux,
get_train_fold_for_flux,
fasta_reshape_for_flux!,
fasta_reshape_to_orig!


include("constants.jl")
include("helpers.jl")
Expand Down

2 comments on commit 5d6b0f5

@kchu25
Copy link
Owner Author

@kchu25 kchu25 commented on 5d6b0f5 Jun 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/62669

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" 5d6b0f505c85a2d6c2e7e3da9c3f017ed0d518a6
git push origin v0.1.7

Please sign in to comment.