SelfBlastFilter.py
收藏NIAID Data Ecosystem2026-03-10 收录
下载链接:
https://figshare.com/articles/dataset/SelfBlastFilter_py/5053291
下载链接
链接失效反馈官方服务:
资源简介:
Created on Jan 21, 2011this is designed to run in a folder with a single fasta file and blast txt file that has been run blasting that fasta file against itself, with the number of descriptions > the number of times a given ID is hit.
ex. script:nohup pb blastn -dbnuc InputFasta_length_added.fas -query InputFasta_length_added.fas -out InputFasta_length_added75.txt -num_descriptions 75 -evalue 0.00001 -outfmt 10&
note that the fasta headers for the file being used CCDS are unique
Note that the input fasta file needs to be screened to make sure the is only onegene ID for each entry. I do this by adding their length to their end, but there are stillsome replicates, but these are OK since they are the same.
创建时间:
2017-05-31



