-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
70dbcf9
commit df56b81
Showing
2 changed files
with
14 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.1.0 — 03-30-2023 | ||
|
||
### Added | ||
|
||
* Includes first version of the crate, including correct chain file parsing and | ||
iteration over alignment data sections within the chain file. |
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,12 @@ | ||
[package] | ||
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"] | ||
edition = "2021" | ||
license = "Apache-2.0/MIT" | ||
name = "chainfile" | ||
rust-version = "1.68.0" | ||
publish = true | ||
description = "A crate for working with genomics chain files." | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dev-dependencies] | ||
flate2 = "1.0.25" |