File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Important parameters:
114
114
($input_files / --batch-size), please increase this value and set a bigger "ulimit -n" in shell.
115
115
116
116
Usage:
117
- lexicmap index [flags] [-k <k>] [-m <masks>] { -I <seqs dir> | - X <file list>} -O <out dir >
117
+ lexicmap index [flags] [-k <k>] [-m <masks>] {-I <seqs dir> | [-S] - X <file list>} -O <index.lmi >
118
118
119
119
Flags:
120
120
-b, --batch-size int ► Maximum number of genomes in each batch (maximum value: 131072)
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Result ordering:
70
70
3. Results of multiple subject genomes are sorted by the highest SimilarityScore of HSP clusters.
71
71
72
72
Usage:
73
- lexicmap search [flags] -d <index path> [query.fasta.gz ...] [-o query .tsv.gz]
73
+ lexicmap search [flags] -d <index path> [query.fasta[ .gz] ...] [-o result .tsv[ .gz] ]
74
74
75
75
Flags:
76
76
--align-band int ► Band size in backtracking the score matrix (pseudo alignment
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ func init() {
615
615
indexCmd .Flags ().BoolP ("debug" , "" , false ,
616
616
formatFlagUsage (`Print debug information.` ))
617
617
618
- indexCmd .SetUsageTemplate (usageTemplate ("[-k <k>] [-m <masks>] { -I <seqs dir> | - X <file list>} -O <out dir >" ))
618
+ indexCmd .SetUsageTemplate (usageTemplate ("[-k <k>] [-m <masks>] {-I <seqs dir> | [-S] - X <file list>} -O <index.lmi >" ))
619
619
}
620
620
621
621
var defaultChunks int
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ func init() {
757
757
mapCmd .Flags ().BoolP ("debug" , "" , false ,
758
758
formatFlagUsage (`Print debug information, including a progress bar. (recommended when searching with one query).` ))
759
759
760
- mapCmd .SetUsageTemplate (usageTemplate ("-d <index path> [query.fasta.gz ...] [-o query .tsv.gz]" ))
760
+ mapCmd .SetUsageTemplate (usageTemplate ("-d <index path> [query.fasta[ .gz] ...] [-o result .tsv[ .gz] ]" ))
761
761
762
762
// filter by taxids
763
763
You can’t perform that action at this time.
0 commit comments