Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Update REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben J. Ward committed Jun 15, 2018
1 parent 2bad57c commit 29d17ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Install Bio.jl from the Julia REPL:

```julia
using Pkg
Pkg.add("Bio")
add("Bio")
# Pkg.add("Bio") on julia v0.6-
```

Expand Down
15 changes: 8 additions & 7 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
julia 0.6
BioAlignments
BioServices
BioSymbols 1.1
BioSequences 0.6
BioStructures
GenomicFeatures
GeneticVariation
BioAlignments 0.2 0.3-
BioServices 0.1 0.2-
BioSymbols 2.0 2.1-
BioSequences 0.8 0.9-
BioStructures 0.2 0.3-
BioTools 0.1 0.2-
GenomicFeatures 0.2 0.3-
GeneticVariation 0.3 0.4-
Phylogenies
3 changes: 1 addition & 2 deletions src/Bio.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const Phylo = Phylogenies
const Structure = BioStructures
const Var = GeneticVariation
const Services = BioServices

include("tools/Tools.jl")
const Tools = BioTools

end # module Bio

0 comments on commit 29d17ac

Please sign in to comment.