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
- 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)
15
+
- **fix a concurrency bug (file name error) introduced in v2.5.0**. [#405](https://github.com/shenwei356/seqkit/issues/405)
30
16
- `seqkit subseq`:
31
-
- accept reverse coordinates in BED/GTF. [#392](https://github.com/shenwei356/seqkit/issues/392)
32
-
17
+
- sequence/chromosome IDs are case-sensitive now. [#400)(https://github.com/shenwei356/seqkit/issues/400)
- new command `seqkit merge-slides`: merge sliding windows generated from seqkit sliding. [#390](https://github.com/shenwei356/seqkit/issues/390)
154
+
- `seqkit stats`:
155
+
- added a new flag `-N/--N` for appending other N50-like stats as new columns. [#393](https://github.com/shenwei356/seqkit/issues/393)
156
+
- added a progress bar for > 1 input files.
157
+
- write the result of each file immediately (no output buffer) when using `-T/--tabular`.
158
+
- `seqkit translate`:
159
+
- 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)
160
+
- `seqkit sum`:
161
+
- do not remove possible '*' by default and delete confusing warnings. Thanks to @photocyte. [#399](https://github.com/shenwei356/seqkit/issues/399)
162
+
- added a progress bar for > 1 input files.
163
+
- `seqkit pair`:
164
+
- remove the restriction of requiring FASTQ format, i.e., FASTA files are also supported.
165
+
- `seqkit seq`:
166
+
- update help messages. [#387](https://github.com/shenwei356/seqkit/issues/387)
167
+
- `seqkit fxtab`:
168
+
- faster alphabet computation (`-a/--alphabet`) with a new data structure. Thanks to @elliotwutingfeng[#388](https://github.com/shenwei356/seqkit/pull/388)
169
+
- `seqkit subseq`:
170
+
- accept reverse coordinates in BED/GTF. [#392](https://github.com/shenwei356/seqkit/issues/392)
0 commit comments