Wei Shen
Wei Shen
Oh, I never noticed that. In `rush`, the `{}` is replaced with the input as it is. So you need to wrap the input with quotes. ``` $ echo -ne...
I don't recommend directly processing fasta content with rush, please use tools like seqkit.
Oh yes, someone mentioned this before. I need to think about it. Currently, could you please download the binary and rename it?
Why ... The only thing I can think about is `rush` scans processes for unfinished jobs after users type ctrl + c.
It does reduce search time when using many primers, but most of the time, we need to search all reads.
... min_len avg_len max_len sum_gap N50 L50 ... 39 103 2,354 0 101 10,075 ... min_len avg_len max_len sum_gap N50_len N50_num ... 39 103 2,354 0 101 10,075 ... min_len...
Thanks John, let's just discard the L50 which brings confusion.
Just checked the code. L50 (N50_num) is computed but hidden. :smile:
Just added a new column `N50_num` (L50). - [seqkit_linux_amd64.tar.gz](https://github.com/shenwei356/seqkit/files/14376383/seqkit_linux_amd64.tar.gz) - [seqkit_darwin_arm64.tar.gz](https://github.com/shenwei356/seqkit/files/14376382/seqkit_darwin_arm64.tar.gz) - [seqkit_darwin_amd64.tar.gz](https://github.com/shenwei356/seqkit/files/14376381/seqkit_darwin_amd64.tar.gz) ``` $ echo -ne "aa\naaa\naaaa\naaaaa\naaaaaa\naaaaaaa\naaaaaaaa\naaaaaaaaa\naaaaaaaaaa\n" | csvtk mutate -Ht | seqkit tab2fx \ | seqkit fx2tab -l...
Yes, `seqkit locate` only supports base mismatches.