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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
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
-
- fix the logic: if `-g/--remove gaps` is not on for proteins, we'll forcely switch it on to remove possible '*'.
11
+
- do not remove possible '*' by default. 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.
0 commit comments