由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
Blast+
Installation
For Ubuntu or Debian (Deepin, like me)
sudo apt-get install ncbi-blast+
For other distributions:
wget -c https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.12.0+-x64-linux.tar.gztar -zxvf ncbi-blast-2.12.0+-x64-linux.tar.gzcd ncbi-blast-2.12.0+/bin
Quick Start
make blast base
makeblastdb -in db.fasta -dbtype prot/nucl -parse_seqids -out dbname
model of uniprot annotation
blastx -query T0.05.fa -out blast.out -db /media/ken/Base/blastdb/uniprot_sprot.fasta -outfmt "6 qacc sacc evalue stitle sblastname" -evalue 1e-5 -max_target_seqs 1 -num_threads 8 -max_hsps 1
Output format
Options 6, 7 and 10 can be additionally configured to producea custom format specified by space delimited format specifiers.The supported format specifiers are:qseqid means Query Seq-idqgi means Query GIqacc means Query accesionqaccver means Query accesion.versionqlen means Query sequence lengthsseqid means Subject Seq-idsallseqid means All subject Seq-id(s), separated by a ';'sgi means Subject GIsallgi means All subject GIssacc means Subject accessionsaccver means Subject accession.versionsallacc means All subject accessionsslen means Subject sequence lengthqstart means Start of alignment in queryqend means End of alignment in querysstart means Start of alignment in subjectsend means End of alignment in subjectqseq means Aligned part of query sequencesseq means Aligned part of subjecnit sequenceevalue means Expect valuebitscore means Bit scorescore means Raw scorelength means Alignment lengthpident means Percentage of identical matchesnident means Number of identical matchesmismatch means Number of mismatchespositive means Number of positive-scoring matchesgapopen means Number of gap openingsgaps means Total number of gapsppos means Percentage of positive-scoring matchesframes means Query and subject frames separated by a '/'qframe means Query framesframe means Subject framebtop means Blast traceback operations (BTOP)staxid means Subject Taxonomy IDssciname means Subject Scientific Namescomname means Subject Common Namesblastname means Subject Blast Namesskingdom means Subject Super Kingdomstaxids means unique Subject Taxonomy ID(s), separated by a ';'(in numerical order)sscinames means unique Subject Scientific Name(s), separated by a ';'scomnames means unique Subject Common Name(s), separated by a ';'sblastnames means unique Subject Blast Name(s), separated by a ';'(in alphabetical order)sskingdoms means unique Subject Super Kingdom(s), separated by a ';'(in alphabetical order)stitle means Subject Titlesalltitles means All Subject Title(s), separated by a '<>'sstrand means Subject Strandqcovs means Query Coverage Per Subjectqcovhsp means Query Coverage Per HSPqcovus means Query Coverage Per Unique Subject (blastn only)
Enjoy~
由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
GitHub: Karobben
Blog:Karobben
BiliBili:史上最不正經的生物狗
