美文网首页
本地Blast代码

本地Blast代码

作者: 科学大杂烩 | 来源:发表于2020-03-09 22:38 被阅读0次

1.cmd中执行

cd C:\blast-2.9.0+\bin 变为在bin中执行

2.建库

C:\blast-2.9.0+\bin>makeblastdb.exe -in name.fa -dbtype prot -out name.db

3.比对

C:\blast-2.9.0+\bin>blastp.exe -query name.fa -out blast.out.txt -db name.db -evalue 1e-10 -outfmt 6

相关文章

  • 本地Blast代码

    1.cmd中执行 cd C:\blast-2.9.0+\bin 变为在bin中执行 2.建库 C:\blast-2...

  • 生信入门:序列比对之blast在线和本地使用

    主要内容 1 背景 2 在线blast 3 本地blast 3.1 老版本blast 3.2 新版本bl...

  • 本地blast

    建数据库:makeblastdb -in .\miR171.fa -input_type fasta -dbtyp...

  • 本地Blast

    为什么选用本地Blast: 我一直有个疑问,NCBI提供了简洁明了的交互式Blast操作界面,Genebank有着...

  • 本地blast

    建立比对数据库makeblastdb -in Ms.Unigene.fa -dbtype nucl -pars...

  • 本地BLAST

    安装BLAST mamba install -c bioconda blast 构建核酸BLAST数据库,这里因为...

  • 本地blast

    建库 蛋白比对 提取ID seqkit fx2tab swiss-prot.tab -n -i >id.fa bl...

  • 本地blast

    建库 -in:待格式化的序列文件-dbtype:数据库类型,prot或nucl-out:数据库名 比对 -quer...

  • 2021-02-28

    本地blast后外显子拼接(好记性不如...) 利用TBtools工具进行本地blast大致可分为三大步骤...

  • blast 用法汇总

    blast 安装: 先在网上找到最新版的blast下载到本地;this is the download padg...

网友评论

      本文标题:本地Blast代码

      本文链接:https://www.haomeiwen.com/subject/fixvdhtx.html