Snakemake report: How to show results in pipeline order

核能气质少年 提交于 2020-01-25 10:15:39

问题


I want to use the report() functionality of snakemake as it looks really promising.

Under the Results sections, I'd like to present the results in the same order as the pipeline was executed. For example, during a (mostly) serial QC pipeline, I would then see where poor quality samples were excluded. However, by default, results are sorted by the name of the 'reported' output:-files.

Ways I could achieve a better sorting are for example

  1. Use caption to insert a timestamp for execution and then manually click/sort on the Description header
  2. Name the output-files/rules as to reflect pipeline-order

... but ideally I would like to do something more dynamic, maybe based on the DAG that is produced anyway.

Do you have any other suggestions or examples I could look at?

来源:https://stackoverflow.com/questions/59193293/snakemake-report-how-to-show-results-in-pipeline-order

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!