From e3ee7f4cc7dc11e6923b91aa1c89ff35f0808ddf Mon Sep 17 00:00:00 2001 From: nanguage Date: Tue, 10 Jul 2018 11:03:27 +0800 Subject: [PATCH] small changes --- dlo_hic/templates/pipeline.snake | 2 +- dlo_hic/templates/qc_report.html | 1 + dlo_hic/tools/{main_process => helper}/pipeline.py | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 dlo_hic/templates/qc_report.html rename dlo_hic/tools/{main_process => helper}/pipeline.py (100%) diff --git a/dlo_hic/templates/pipeline.snake b/dlo_hic/templates/pipeline.snake index 4412ee8..4fe1cd5 100644 --- a/dlo_hic/templates/pipeline.snake +++ b/dlo_hic/templates/pipeline.snake @@ -389,7 +389,7 @@ rule qc_count_bedpe_rr: rule bedpe2pairs: # -------------------- - # 5. remove_redundancy: + # 6. bedpe2pairs: # # Tool Interface: # ( bedpe, pairs, keep ) diff --git a/dlo_hic/templates/qc_report.html b/dlo_hic/templates/qc_report.html new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/dlo_hic/templates/qc_report.html @@ -0,0 +1 @@ + diff --git a/dlo_hic/tools/main_process/pipeline.py b/dlo_hic/tools/helper/pipeline.py similarity index 100% rename from dlo_hic/tools/main_process/pipeline.py rename to dlo_hic/tools/helper/pipeline.py