File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
module GFF3
5
5
6
+ using BioCore
7
+ using Indexes
8
+ using FASTX. FASTA # TODO : move responsibility to FASTX.jl.
9
+
6
10
import Automa
7
11
import Automa. RegExp: @re_str
8
12
import BGZFStreams
@@ -12,11 +16,6 @@ import BufferedStreams
12
16
import GenomicFeatures: GenomicFeatures, Interval, IntervalCollection
13
17
import URIParser
14
18
15
- using BioCore
16
- using Indexes
17
- using FASTX. FASTA # TODO : move responsibility to FASTX.jl.
18
-
19
-
20
19
include (" record.jl" )
21
20
include (" reader.jl" )
22
21
include (" writer.jl" )
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ using Test
3
3
using Documenter
4
4
5
5
using FASTX. FASTA
6
+ using FormatSpecimens
7
+ using GenomicFeatures
6
8
7
9
import BioSequences: @dna_str
8
10
9
- using FormatSpecimens
10
- using GenomicFeatures
11
11
import BGZFStreams
12
12
13
13
import BioCore. Exceptions: MissingFieldException
You can’t perform that action at this time.
0 commit comments