cutadapt.py 文件源码

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

项目:sequana 作者: sequana 项目源码 文件源码
def add_summary_section(self):
        """ Coverage section.
        """
        #image = self.create_embedded_png(self.chromosome.plot_coverage,
        #                              input_arg="filename")

        import textwrap
        command = "\n".join(textwrap.wrap(self.jinja['command'], 80))
        command = self.jinja['command']

        html = "<p>Data type: {}  </p>".format(self.jinja["mode"])
        html += '<div style="textwidth:80%">Command: <pre>{}</pre></div>'.format(command)
        self.sections.append({
            "name": "Data and command used",
            "anchor": "cutadapt",
            "content": html
        })
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号