-
Notifications
You must be signed in to change notification settings - Fork 307
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
Showing
1 changed file
with
26 additions
and
0 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,26 @@ | ||
Release 1.4-r122 (19 May 2023) | ||
------------------------------ | ||
|
||
Notable changes: | ||
|
||
* Improvement: faster FASTX parsing (#123) | ||
|
||
* New feature: added the `telo` command to output telomere regions. | ||
|
||
* New feature: added the `size` command to count the number of sequences and | ||
the number of bases. Lighter and thus faster than `comp`. | ||
|
||
* New feature: added the `hpc` command to compress homopolymers in input | ||
sequences. | ||
|
||
* New feature: added the `split` command to split a large input file into | ||
multiple smaller files. | ||
|
||
* New feature: added the `gap` command to output non-ACGT regions in the input | ||
file. | ||
|
||
* New feature: added option `-s` to command `subseq` to support the strand | ||
field in BED. For the moment, this option does not work with other subseq | ||
options. | ||
|
||
(1.4: 19 May 2023, r122) |