Skip to content

Commit 5d6b0f5

Browse files
committed
add exports
1 parent 3b06afa commit 5d6b0f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/FastaLoader.jl

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ module FastaLoader
22

33
using SeqShuffle, CUDA, StatsBase, Random
44

5-
export FASTA_DNA, make_FASTA_DNA_w_splits
5+
export FASTA_DNA,
6+
make_FASTA_DNA_w_splits,
7+
get_test_set_for_flux,
8+
get_train_fold_for_flux,
9+
fasta_reshape_for_flux!,
10+
fasta_reshape_to_orig!
11+
612

713
include("constants.jl")
814
include("helpers.jl")

0 commit comments

Comments
 (0)