Skip to content

Commit 54100a6

Browse files
committed
Using before import
1 parent a20e5b5 commit 54100a6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/GFF3.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
module GFF3
55

6+
using BioCore
7+
using Indexes
8+
using FASTX.FASTA #TODO: move responsibility to FASTX.jl.
9+
610
import Automa
711
import Automa.RegExp: @re_str
812
import BGZFStreams
@@ -12,11 +16,6 @@ import BufferedStreams
1216
import GenomicFeatures: GenomicFeatures, Interval, IntervalCollection
1317
import URIParser
1418

15-
using BioCore
16-
using Indexes
17-
using FASTX.FASTA #TODO: move responsibility to FASTX.jl.
18-
19-
2019
include("record.jl")
2120
include("reader.jl")
2221
include("writer.jl")

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ using Test
33
using Documenter
44

55
using FASTX.FASTA
6+
using FormatSpecimens
7+
using GenomicFeatures
68

79
import BioSequences: @dna_str
810

9-
using FormatSpecimens
10-
using GenomicFeatures
1111
import BGZFStreams
1212

1313
import BioCore.Exceptions: MissingFieldException

0 commit comments

Comments
 (0)