-
Notifications
You must be signed in to change notification settings - Fork 2
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
7985ef3
commit f10db47
Showing
3 changed files
with
29 additions
and
6 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,23 @@ | ||
# Changelog | ||
|
||
## 0.2.0 — 09-18-2022 | ||
|
||
### Added | ||
|
||
* `ngs qc`: adds `ngs qc` command with the initial four modules: | ||
* _General metrics_ reports general statistics about the records contained within the file. | ||
* _GC content_ reports statistics regarding the GC content for records within the file. | ||
* _Genomic features_ reports statistics regarding genomic features contained within a GFF file. | ||
* _Template length_ reports statistics regarding the template lengths contained within the file. | ||
* `ngs generate`: adds support to generate files resulting from one or more reference FASTAs. | ||
|
||
### Removed | ||
|
||
* `ngs flagstat`: `ngs flagstat` has been removed in favor of the general metrics module in `ngs qc`. | ||
|
||
## 0.1.0 — 05-10-2022 | ||
|
||
### Added | ||
|
||
* `ngs derive`: added experimental support for `ngs derive instrument`. | ||
* `ngs flagstat`: added experimental support for `ngs flagstat`. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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