This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How do i search a FASTA database by sequence in seqkit?

Database: ribogrove_11.217_sequences.fasta (https://mbio.bas-net.by/cager/en/content/56-ribogrove#downloads)

Query sequence: sequence in .fasta file obtained from NCBI. (example: https://www.ncbi.nlm.nih.gov/nucleotide/NR_117620.1)

Iَ want it as: 100% identity matching but query sequence can be shorter/longer than those in the database.

seqkit rrna genomics 16s gene

1 answer

You could do it using seqkit grep or locate but in this case you should use a proper search program like blat instead.

i got it

"seqkit locate --pattern-file seq.fasta ribogrove.fasta -o found.fasta"

Log in to answer this question.