You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- new command `seqkit merge-slides`: merge sliding windows generated from seqkit sliding. [#390](https://github.com/shenwei356/seqkit/issues/390)
4
4
- `seqkit stats`:
5
-
- a new flag `-N/--N` for appending other N50-like stats as new columns. [#393](https://github.com/shenwei356/seqkit/issues/393)
5
+
- added a new flag `-N/--N` for appending other N50-like stats as new columns. [#393](https://github.com/shenwei356/seqkit/issues/393)
6
6
- added a progress bar for > 1 input files.
7
-
- write the result of each file immediately (no output buffer).
7
+
- write the result of each file immediately (no output buffer) when using `-T/--tabular`.
8
8
- `seqkit translate`:
9
9
- add options `-s/--out-subseqs` and `-m/--min-len` to write ORFs longer than `x` amino acids as individual records. [#389](https://github.com/shenwei356/seqkit/issues/389)
10
10
- `seqkit sum`:
11
-
- do not remove possible '*' by default. Thanks to @photocyte. [#399](https://github.com/shenwei356/seqkit/issues/399)
11
+
- do not remove possible '*' by default and delete confusing warnings. Thanks to @photocyte. [#399](https://github.com/shenwei356/seqkit/issues/399)
12
12
- added a progress bar for > 1 input files.
13
13
- `seqkit pair`:
14
14
- remove the restriction of requiring FASTQ format, i.e., FASTA files are also supported.
15
15
- `seqkit seq`:
16
-
- update help message. [#387](https://github.com/shenwei356/seqkit/issues/387)
16
+
- update help messages. [#387](https://github.com/shenwei356/seqkit/issues/387)
17
17
- `seqkit fxtab`:
18
18
- faster alphabet computation (`-a/--alphabet`) with a new data structure. Thanks to @elliotwutingfeng[#388](https://github.com/shenwei356/seqkit/pull/388)
- support setting compression level for `gzip`, `zstd`, and `bzip2` format via `--compress-level`. [#320](https://github.com/shenwei356/seqkit/issues/320)
17
-
- the global flag `--infile-list` accepts stdin (`-`) now.
18
-
- wrap the help message of flags.
19
-
- `seqkit locate`:
20
-
- **do not remove embeded regions when searching with regular expressions**. [#368](https://github.com/shenwei356/seqkit/issues/368)
21
-
- `seqkit amplicon`:
22
-
- fix BED coordinates for amplicons found in the minus strand. [#367](https://github.com/shenwei356/seqkit/issues/367)
23
-
- `seqkit split`:
24
-
- fix forgetting to add extension for `--two-pass`. [#332](https://github.com/shenwei356/seqkit/issues/332)
- new command `seqkit merge-slides`: merge sliding windows generated from seqkit sliding. [#390](https://github.com/shenwei356/seqkit/issues/390)
25
15
- `seqkit stats`:
26
-
- fix compute Q1 and Q3 of sequence length for one record. [#353](https://github.com/shenwei356/seqkit/issues/353)
27
-
- `seqkit grep`:
28
-
- fix count number (`-C`) for matching with mismatch (`-m > 0`). [#370](https://github.com/shenwei356/seqkit/issues/370)
29
-
- `seqkit replace`:
30
-
- **add some flags to match partly records to edit**; these flags are transplanted from `seqkit grep`. [#348](https://github.com/shenwei356/seqkit/issues/348)
31
-
- `seqkit faidx`:
32
-
- **allow empty lines at the end of sequences**.
33
-
- `seqkit faidx/sort/shuffle/split/subseq`:
34
-
- **new flag `-U/--update-faidx`: update the FASTA index file if it exists, to guarantee the index file matches the FASTA files**. [#364](https://github.com/shenwei356/seqkit/issues/364)
35
-
- improve log info and update help message. [#365](https://github.com/shenwei356/seqkit/issues/365)
36
-
- `seqkit seq`:
37
-
- allow filtering sequences of length zero. thanks to @penglbio.
38
-
- `seqkit rename`:
39
-
- new flag `-s/--separator` for setting separator between original ID/name and the counter (default "_"). [#360](https://github.com/shenwei356/seqkit/issues/360)
40
-
- new flag `-N/--start-num` for setting starting count number for duplicated IDs/names (default 2). [#360](https://github.com/shenwei356/seqkit/issues/360)
41
-
- new flag `-1/--rename-1st-rec` for renaming the first record as well. [#360](https://github.com/shenwei356/seqkit/issues/360)
42
-
- do not append space if there's no description after the sequene ID.
43
-
- `seqkit sliding`:
44
-
- new flag `-S/--suffix` for change the suffix added to the sequence ID (default: "_sliding").
16
+
- added a new flag `-N/--N` for appending other N50-like stats as new columns. [#393](https://github.com/shenwei356/seqkit/issues/393)
17
+
- added a progress bar for > 1 input files.
18
+
- write the result of each file immediately (no output buffer) when using `-T/--tabular`.
19
+
- `seqkit translate`:
20
+
- add options `-s/--out-subseqs` and `-m/--min-len` to write ORFs longer than `x` amino acids as individual records. [#389](https://github.com/shenwei356/seqkit/issues/389)
21
+
- `seqkit sum`:
22
+
- do not remove possible '*' by default and delete confusing warnings. Thanks to @photocyte. [#399](https://github.com/shenwei356/seqkit/issues/399)
23
+
- added a progress bar for > 1 input files.
24
+
- `seqkit pair`:
25
+
- remove the restriction of requiring FASTQ format, i.e., FASTA files are also supported.
26
+
- `seqkit seq`:
27
+
- update help messages. [#387](https://github.com/shenwei356/seqkit/issues/387)
28
+
- `seqkit fxtab`:
29
+
- faster alphabet computation (`-a/--alphabet`) with a new data structure. Thanks to @elliotwutingfeng[#388](https://github.com/shenwei356/seqkit/pull/388)
30
+
- `seqkit subseq`:
31
+
- accept reverse coordinates in BED/GTF. [#392](https://github.com/shenwei356/seqkit/issues/392)
- support setting compression level for `gzip`, `zstd`, and `bzip2` format via `--compress-level`. [#320](https://github.com/shenwei356/seqkit/issues/320)
171
+
- the global flag `--infile-list` accepts stdin (`-`) now.
172
+
- wrap the help message of flags.
173
+
- `seqkit locate`:
174
+
- **do not remove embeded regions when searching with regular expressions**. [#368](https://github.com/shenwei356/seqkit/issues/368)
175
+
- `seqkit amplicon`:
176
+
- fix BED coordinates for amplicons found in the minus strand. [#367](https://github.com/shenwei356/seqkit/issues/367)
177
+
- `seqkit split`:
178
+
- fix forgetting to add extension for `--two-pass`. [#332](https://github.com/shenwei356/seqkit/issues/332)
179
+
- `seqkit stats`:
180
+
- fix compute Q1 and Q3 of sequence length for one record. [#353](https://github.com/shenwei356/seqkit/issues/353)
181
+
- `seqkit grep`:
182
+
- fix count number (`-C`) for matching with mismatch (`-m > 0`). [#370](https://github.com/shenwei356/seqkit/issues/370)
183
+
- `seqkit replace`:
184
+
- **add some flags to match partly records to edit**; these flags are transplanted from `seqkit grep`. [#348](https://github.com/shenwei356/seqkit/issues/348)
185
+
- `seqkit faidx`:
186
+
- **allow empty lines at the end of sequences**.
187
+
- `seqkit faidx/sort/shuffle/split/subseq`:
188
+
- **new flag `-U/--update-faidx`: update the FASTA index file if it exists, to guarantee the index file matches the FASTA files**. [#364](https://github.com/shenwei356/seqkit/issues/364)
189
+
- improve log info and update help message. [#365](https://github.com/shenwei356/seqkit/issues/365)
190
+
- `seqkit seq`:
191
+
- allow filtering sequences of length zero. thanks to @penglbio.
192
+
- `seqkit rename`:
193
+
- new flag `-s/--separator` for setting separator between original ID/name and the counter (default "_"). [#360](https://github.com/shenwei356/seqkit/issues/360)
194
+
- new flag `-N/--start-num` for setting starting count number for duplicated IDs/names (default 2). [#360](https://github.com/shenwei356/seqkit/issues/360)
195
+
- new flag `-1/--rename-1st-rec` for renaming the first record as well. [#360](https://github.com/shenwei356/seqkit/issues/360)
196
+
- do not append space if there's no description after the sequene ID.
197
+
- `seqkit sliding`:
198
+
- new flag `-S/--suffix` for change the suffix added to the sequence ID (default: "_sliding").
0 commit comments