Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create basic SequenceDistanceGraph and DBG building based on Arda's code #10

Merged
merged 14 commits into from
Jul 9, 2019
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.jl.mem
*.jld
.DS_Store
Manifest.toml
.ipynb_checkpoints
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ os:
- linux
- osx
julia:
- 0.6
- 1.1
- 1.2
- nightly
notifications:
email: false
git:
depth: 99999999
email: benjward@protonmail.com

## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
Expand Down
302 changes: 0 additions & 302 deletions Manifest.toml

This file was deleted.

14 changes: 10 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ version = "0.1.0"
[deps]
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Pseudoseq = "5fa9f68e-f4b0-11e8-18b8-fb82dd3c6483"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[compat]
BioSequences = "1.1"
julia = "1.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
Loading