Entering edit mode
4 weeks ago
FJCF
•
0
Hi everyone, I need to use seqkit sort option to sort a multifasta file by its sequences name. I've been using seqkit sort -N multifasta.fa
. However, I've noticed that this command adds a separator between the sequences (--). Anyone knows why is this happening and how to avoid it?
Thanks in advance!
I just tested this but I don't see the separator being added. In fact if I add separators manually they are appended to the end of the sequence they follow, like so
--
between sequences should be there before usingseqkit sort
, which just changes the order rather than the content.You can check it by searching sequences with
-
.