I am running blastp locally with the following commands:
makeblastdb -in sequences.fasta -dbtype prot -out sequences
blastp -db sequences -query sequences.fasta -outfmt 6 -out sequences.tsv -num_threads 4
But not all sequences comparisons figure in the output. Which I was trying to use to cluster the sequences.
Any idea on how to force all comparisons to be made?
Is there any way for mafft to output the similarity between each sequence pairs? Blast outputs in a table format with that information.