-
Notifications
You must be signed in to change notification settings - Fork 0
blast.vs.self.sh
Simon Crameri edited this page Apr 3, 2022
·
2 revisions
Determine BLAST+ hits between pairs of different sequences of the same FASTA file, and retain only one out of two reciprocal hits.
blast.vs.self.sh <file>
blast.fasta.seqs.sh
filter.blast.vs.self.R
# Required
1) Path to FASTA file.
# Optional
--
A BLAST+ database is created from the FASTA file, and the same sequences are used as query and target in a BLAST+ search with expect value (evalue) 1E-04.
The BLAST+ results are filtered to retain only hits between pairs of DIFFERENT sequences, and only ONE out of two reciprocal hits.
A *.vs.self.blast file containing the BLAST+ results.
A *.vs.self.blast.filtered file containing the filtered BLAST+ results.
blast.vs.self.sh consensus.fasta
CaptureAl v0.1 Documentation