Hi everyone.
I'm a complete beginner in this field and I'm having a hard time with something that looked very simple. I'm working with a large bacterial genome dataset and I need to remove a reference sequence from a multifasta file (both its ID and its sequence). Is the first sequence in the file, but I don't find a simple solution for doing this task. I've heard that using seqkit could be useful, but I'm don't really know how to use it.
I'd be grateful if someone could help me with this.
Thanks in advance!
you might get some inspiration from this post : How To Remove Certain Sequences From A Fasta File or this one : How do I remove certain sequences in fast based on header?