-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New --file flag to enable search using a file of rsIDs (#7)
- Loading branch information
Showing
6 changed files
with
72 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
## Unreleased | ||
|
||
### Added | ||
- New `--file` flag to enable search using a file of rsIDs (#7) | ||
|
||
|
||
## [0.2] 2020-04-21 | ||
|
||
### Added | ||
- Added support for multiple rsIDs in the VCF ID column | ||
- Added support for rsIDs appearing in multiple records (forbidden by VCF spec but used in some popularpopulation survey data) | ||
- Configured continuous integration (CI) with GitHub actions | ||
|
||
### Changed | ||
- Changed `rsidx index` so that it now fails if index already exists; provided a `--force` flag to override | ||
|
||
|
||
## [0.1.1] 2019-05-21 | ||
|
||
Bugfix release with updated file manifest. | ||
|
||
|
||
## [0.1] 2019-05-21 | ||
|
||
Initial release! | ||
|
||
- Command-line entry point: `rsidx` | ||
- Command-line operations: | ||
- `rsidx index`: index a VCF file | ||
- `rsidx search`: query a VCF file by rsID |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
rs1472751972 | ||
rs1287502205 rs897983471 rs1172219431 | ||
rs189123651 |
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