Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Jul 18, 2023
1 parent d70060d commit 418c1d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Unreleased - ReleaseDate

## 0.7.2 - 2023-07-18

* New binary `fasr`, ported from `App::Fasops`
* `fasr axt2fas`
* `fasr check`
Expand Down
2 changes: 1 addition & 1 deletion src/libs/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl Range {
/// ```
/// # use intspan::Range;
/// let range = Range::from_full("S288c", "I", "-", 1, 100);
/// # assert_eq!(*range.name(), "I");
/// # assert_eq!(*range.name(), "S288c");
/// # assert_eq!(*range.chr(), "I");
/// # assert_eq!(*range.strand(), "-");
/// # assert_eq!(*range.start(), 1);
Expand Down

0 comments on commit 418c1d0

Please sign in to comment.