validator.py 文件源码

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

项目:pynnotator 作者: raonyguimaraes 项目源码 文件源码
def run(self):

        tstart = datetime.now()
        msg = "{} Starting validator: {}".format(tstart, self.vcf_file)

        self.log(msg)

        std = self.validate()

        tend = datetime.now()
        annotation_time = tend - tstart

        msg = "{} Finished validator, it took: {}".format(tend, annotation_time)
        self.log(msg)

        # print(tend, 'Finished validator, it took: ', annotation_time)

        return std

    # Validate vcf file with Vcftools
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号