From ae7defa8bead3ef77d241f12194dc66acdd40fca Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 19 May 2023 13:36:24 -0400 Subject: [PATCH] forgot to add this --- NEWS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..45262f1 --- /dev/null +++ b/NEWS.md @@ -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)