blast批量注释输出结果指定需要的列信息

blast批量注释输出结果指定需要的列信息
makeblastdb -in PlantTFDB-all_TF_pep.fas  -dbtype prot -title PlantTFDB-all_TF_pep.fas
#提取基因列表对应的蛋白序列:
python $scriptdir/get_fa_by_id.py  -i ../7.all_enrich/gene.list \
  -f ../7.all_enrich/pep.fa -p query
#转录因子blastp注释
blastp -query query.fa -db Ath_pep.fas  -max_hsps 1  \
  -num_alignments 1 -evalue 1e-5 -num_threads 2   \
  -outfmt "6 qseqid sseqid qlen slen pident length  mismatch gapopen qstart qend sstart send evalue bitscore qcovs stitle"\
  -out tf.blast.out
  • 发表于 2021-08-18 14:13
  • 阅读 ( 2289 )
  • 分类:软件工具

0 条评论

请先 登录 后评论
omicsgene
omicsgene

生物信息

691 篇文章

作家榜 »

  1. omicsgene 691 文章
  2. 安生水 340 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. 红橙子 78 文章
  6. xun 76 文章
  7. rzx 74 文章
  8. CORNERSTONE 72 文章