File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ reproduced in different environments with same random seed.
158158``` text
159159SeqKit -- a cross-platform and ultrafast toolkit for FASTA/Q file manipulation
160160
161- Version: 2.9 .0
161+ Version: 2.10 .0
162162
163163Author: Wei Shen <shenwei356@gmail.com>
164164
@@ -262,6 +262,8 @@ Flags:
262262 --quiet be quiet and do not show extra information
263263 -t, --seq-type string sequence type (dna|rna|protein|unlimit|auto) (for auto, it
264264 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
265267 -j, --threads int number of CPUs. can also set with environment variable
266268 SEQKIT_THREADS) (default 4)
267269
@@ -3492,6 +3494,7 @@ Aliases:
34923494 concat, concate
34933495
34943496Flags:
3497+ -F, --fill string fill with N bases/residues for IDs missing in some files when using -f/--full
34953498 -f, --full keep all sequences, like full/outer join
34963499 -h, --help help for concat
34973500 -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