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
- fix validing sequences: it failed to report error when the invalid sequence is not the last one in the input. [#536](https://github.com/shenwei356/seqkit/issues/536)
- add a global flag `--skip-file-check`: skip input file checking when given a file list if you believe these files do exist.
17
-
It helps to reduce file checking time when given a huge number of sequence files.
18
-
- `seqkit split2`:
19
-
- fix prefix checking when paired-end files are given. [#512](https://github.com/shenwei356/seqkit/issues/512)
20
-
- `seqkit stat`:
21
-
- do not compute GC content and N's for protein sequence. [#497](https://github.com/shenwei356/seqkit/issues/497)
22
-
- `seqkit grep`:
23
-
- add early exit for `--delete-matched` when no patterns remain [#505](https://github.com/shenwei356/seqkit/pull/505) by @sawyerknoblich
24
-
- `seqkit concat`:
25
-
- add an option `-F/--fill` to use a sequence of "-" for IDs missing in some files, can be used in MSA results. [#510](https://github.com/shenwei356/seqkit/issues/510)
- fix validing sequences: it failed to report error when the invalid sequence is not the last one in the input. [#536](https://github.com/shenwei356/seqkit/issues/536)
17
+
- `seqkit stats`:
18
+
- fix decimal places of some fields when using `-T`.
19
+
- `seqkit fx2tab`:
20
+
- fix the calculation of GC content (`--gc`). Previously, the denominator was the total sequence length, which could lead to inaccuracies due to the potential presence of gaps in the sequence. [#515](https://github.com/shenwei356/seqkit/issues/515)
21
+
- `seqkit sample`:
22
+
- fix `-n` for in-memory mode. [#518](https://github.com/shenwei356/seqkit/issues/518)
23
+
- `seqkit subseq`:
24
+
- fix the bug that subseq --feature is not case insensitive. [#523](https://github.com/shenwei356/seqkit/issues/523)
25
+
- `seqkit grep/locate/mutate`:
26
+
- update help message for `-p/--pattern`, to show how to set multiple values. [#527](https://github.com/shenwei356/seqkit/pull/527) by @corneliusroemer
- add a global flag `--skip-file-check`: skip input file checking when given a file list if you believe these files do exist.
158
+
It helps to reduce file checking time when given a huge number of sequence files.
159
+
- `seqkit split2`:
160
+
- fix prefix checking when paired-end files are given. [#512](https://github.com/shenwei356/seqkit/issues/512)
161
+
- `seqkit stat`:
162
+
- do not compute GC content and N's for protein sequence. [#497](https://github.com/shenwei356/seqkit/issues/497)
163
+
- `seqkit grep`:
164
+
- add early exit for `--delete-matched` when no patterns remain [#505](https://github.com/shenwei356/seqkit/pull/505) by @sawyerknoblich
165
+
- `seqkit concat`:
166
+
- add an option `-F/--fill` to use a sequence of "-" for IDs missing in some files, can be used in MSA results. [#510](https://github.com/shenwei356/seqkit/issues/510)
0 commit comments