-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ben J. Ward
authored
Sep 9, 2018
1 parent
4acbbd6
commit 8fc34ff
Showing
37 changed files
with
648 additions
and
440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,76 @@ | ||
GenomicFeatures.jl | ||
================== | ||
|
||
[![Docs Latest][docs-latest-img]][docs-latest-url] | ||
[![Build Status][travisci-img]][travisci-url] | ||
[![codecov.io][codecov-img]][codecov-url] | ||
|
||
[travisci-img]: https://travis-ci.org/BioJulia/GenomicFeatures.jl.svg?branch=master | ||
[travisci-url]: https://travis-ci.org/BioJulia/GenomicFeatures.jl | ||
[codecov-img]: http://codecov.io/github/BioJulia/GenomicFeatures.jl/coverage.svg?branch=master | ||
[codecov-url]: http://codecov.io/github/BioJulia/GenomicFeatures.jl?branch=master | ||
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg | ||
[docs-latest-url]: https://biojulia.github.io/GenomicFeatures.jl/latest/ | ||
# <img src="sticker.svg" width="30%" align="right" /> GenomicFeatures | ||
|
||
[![latest release][release-img]][release-url] | ||
[![MIT license][license-img]][license-url] | ||
[![stable documentation][docs-stable-img]][docs-stable-url] | ||
[![latest documentation][docs-latest-img]][docs-latest-url] | ||
![lifecycle][lifecycle-maturing] | ||
[![Chat on Discord][discord-img]][discord-url] | ||
|
||
## Description | ||
|
||
GenomicFeatures provides utilities for working with interval based genomic | ||
annotations. It builds on [IntervalTrees]() to provide a data-structures, | ||
algorithms and IO tools for various formats such as BED, GFF3, bigWig and | ||
bigBed. | ||
|
||
## Installation | ||
|
||
Install GenomicFeatures from the Julia REPL: | ||
|
||
```julia | ||
using Pkg | ||
add("GenomicFeatures") | ||
#Pkg.add("GenomicFeatures") for julia prior to v 0.7 | ||
``` | ||
|
||
If you are interested in the cutting edge of the development, please check out | ||
the master branch to try new features before release. | ||
|
||
## Testing | ||
|
||
GenomicFeatures is tested against julia `0.6` and current `0.7-dev` on Linux, | ||
OS X, and Windows. | ||
|
||
| **Latest release** | **Latest build status** | | ||
|:------------------:|:-----------------------:| | ||
| [![julia06][juliapkg06-img]][juliapkg-url] [![julia07][juliapkg07-img]][juliapkg-url] | [![travis][travis-img]][travis-url] [![appveyor][appveyor-img]][appveyor-url] [![coverage][codecov-img]][codecov-url] | | ||
|
||
## Contributing and Questions | ||
|
||
We appreciate contributions from users including reporting bugs, fixing issues, | ||
improving performance and adding new features. | ||
|
||
Take a look at the [CONTRIBUTING](CONTRIBUTING.md) file provided with this | ||
package for detailed contributor and maintainer guidelines. | ||
|
||
If you have a question about contributing or using this package, come on over | ||
and chat to us on [Discord][discord-url], or you can try the | ||
[Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio). | ||
|
||
[release-img]: https://img.shields.io/github/release/BioJulia/GenomicFeatures.jl.svg?style=flat-square | ||
[release-url]: https://github.com/BioJulia/GenomicFeatures.jl/releases/latest | ||
[license-img]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square | ||
[license-url]: https://github.com/BioJulia/GenomicFeatures.jl/blob/master/LICENSE | ||
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square | ||
[docs-stable-url]: https://biojulia.github.io/GenomicFeatures.jl/stable | ||
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square | ||
[docs-latest-url]: https://biojulia.github.io/GenomicFeatures.jl/latest/ | ||
[lifecycle-experimental]: https://img.shields.io/badge/lifecycle-experimental-orange.svg?style=flat-square | ||
[lifecycle-maturing]: https://img.shields.io/badge/lifecycle-maturing-blue.svg?style=flat-square | ||
[lifecycle-stable]: https://img.shields.io/badge/lifecycle-stable-brightgreen.svg?style=flat-square | ||
[lifecycle-retired]: https://img.shields.io/badge/lifecycle-retired-orange.svg?style=flat-square | ||
[lifecycle-archived]: https://img.shields.io/badge/lifecycle-archived-red.svg?style=flat-square | ||
[lifecycle-dormant]: https://img.shields.io/badge/lifecycle-dormant-blue.svg?style=flat-square | ||
[lifecycle-questioning]: https://img.shields.io/badge/lifecycle-questioning-blue.svg?style=flat-square | ||
[discord-img]: https://img.shields.io/badge/discord-chat-blue.svg?style=flat-square&logo=discord&colorB=%237289DA | ||
[discord-url]: https://discord.gg/z73YNFz | ||
[juliapkg06-img]: http://pkg.julialang.org/badges/GenomicFeatures_0.6.svg?style=flat-square | ||
[juliapkg07-img]: http://pkg.julialang.org/badges/GenomicFeatures_0.7.svg?style=flat-square | ||
[juliapkg-url]: http://pkg.julialang.org/?pkg=GenomicFeatures | ||
[travis-img]: https://img.shields.io/travis/BioJulia/GenomicFeatures.jl/master.svg?label=Linux+/+macOS | ||
[travis-url]: https://travis-ci.org/BioJulia/GenomicFeatures.jl | ||
[appveyor-img]: https://ci.appveyor.com/api/projects/status/dnup6vbbvai92bl8/branch/master?svg=true | ||
[appveyor-url]: https://ci.appveyor.com/project/BenJWard/genomicfeatures-jl/branch/master | ||
[codecov-img]: http://codecov.io/github/BioJulia/GenomicFeatures.jl/coverage.svg?branch=master | ||
[codecov-url]: http://codecov.io/github/BioJulia/GenomicFeatures.jl?branch=master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
julia 0.6 | ||
Automa 0.2 | ||
BioCore 1.0 | ||
BioSequences 0.6 | ||
BufferedStreams 0.3 | ||
BGZFStreams 0.1 | ||
ColorTypes 0.5 | ||
DataStructures 0.5 | ||
FixedPointNumbers 0.3 | ||
IntervalTrees 0.3 | ||
Libz 0.2 | ||
URIParser 0.1 | ||
julia 0.7 | ||
Automa 0.7 | ||
BioCore 2.0.2 | ||
BioSequences 1.0 | ||
BufferedStreams 1.0.0 | ||
BGZFStreams 0.3 | ||
ColorTypes 0.7.4 | ||
DataStructures 0.11.0 | ||
FixedPointNumbers 0.5.2 | ||
IntervalTrees 1.0 | ||
Libz 1.0 | ||
URIParser 0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
using Documenter, GenomicFeatures | ||
|
||
makedocs() | ||
makedocs( | ||
format = :html, | ||
sitename = "GenomicFeatures.jl", | ||
pages = [ | ||
"Home" => "index.md", | ||
"Intervals" => "intervals.md", | ||
"I/O" => [ | ||
"BED" => "io/bed.md", | ||
"GFF3" => "io/gff3.md", | ||
"BigWig" => "io/bigwig.md", | ||
"BigBed" => "io/bigbed.md" | ||
] | ||
], | ||
authors = "Kenta Sato, D. C. Jones, Ben J. Ward, The BioJulia Organisation and other contributors." | ||
) | ||
deploydocs( | ||
deps = Deps.pip("mkdocs", "pygments", "mkdocs-material"), | ||
repo = "github.com/BioJulia/GenomicFeatures.jl.git", | ||
julia = "0.5", | ||
julia = "0.6", | ||
osname = "linux", | ||
target = "build", | ||
deps = nothing, | ||
make = nothing | ||
) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.