File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ reproduced in different environments with same random seed.
158
158
``` text
159
159
SeqKit -- a cross-platform and ultrafast toolkit for FASTA/Q file manipulation
160
160
161
- Version: 2.9 .0
161
+ Version: 2.10 .0
162
162
163
163
Author: Wei Shen <[email protected] >
164
164
@@ -262,6 +262,8 @@ Flags:
262
262
--quiet be quiet and do not show extra information
263
263
-t, --seq-type string sequence type (dna|rna|protein|unlimit|auto) (for auto, it
264
264
automatically detect by the first sequence) (default "auto")
265
+ --skip-file-check skip input file checking when given a file list if you believe
266
+ these files do exist
265
267
-j, --threads int number of CPUs. can also set with environment variable
266
268
SEQKIT_THREADS) (default 4)
267
269
@@ -3492,6 +3494,7 @@ Aliases:
3492
3494
concat, concate
3493
3495
3494
3496
Flags:
3497
+ -F, --fill string fill with N bases/residues for IDs missing in some files when using -f/--full
3495
3498
-f, --full keep all sequences, like full/outer join
3496
3499
-h, --help help for concat
3497
3500
-s, --separator string separator for descriptions of records with the same ID (default "|")
You can’t perform that action at this time.
0 commit comments