distance_based.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:mitre 作者: gerberlab 项目源码 文件源码
def fasta_to_dict(fasta_filename):
    # not clear the use of biopython gains anything here
    with open(fasta_filename) as f:
        return {k: str(v.seq) for k,v in 
                SeqIO.to_dict(SeqIO.parse(f,'fasta')).iteritems()}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号