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 alignment against genomes with many short contigs.
Fix early quit when meeting a sequence shorter than k.
Add a new option -J/--max-query-conc to limit the miximum number of concurrent queries,
with a default valule of 12 instead of the number of CPUs, which reduces the memory usage
in batch searching.
Result format:
Cluster alignments of each target sequence.
Remove the column seeds.
Add columns gaps, cigar, align, which can be reformated with lexicmap utils 2blast.
lexicmap utils kmers:
Fix the progress bar.
Fix a bug where some masks do not have any k-mer.
Add a new column prefix to show the length of common prefix between the seed and the probe.
Add a new column reversed to indicate if the k-mer is reversed for suffix matching.
lexicmap utils masks:
Add the support of only outputting a specific mask.
lexicmap utils seed-pos:
New columns: sseqid and pos_seq.
More accurate seed distance.
Add histograms of numbers of seed in sliding windows.
lexicmap utils subseq:
Fix a bug when the given end position is larger than the sequence length.
Add the strand ("+" or "-") in the sequence header.