From 252e110a797e62808e94f7a03284cbc0c31297c9 Mon Sep 17 00:00:00 2001 From: magdalenazz Date: Tue, 23 Jul 2024 10:16:57 +0200 Subject: [PATCH] bug: linting --- .tests/integration/{ => config}/config.yaml | 0 workflow/rules/common.smk | 3 +++ 2 files changed, 3 insertions(+) rename .tests/integration/{ => config}/config.yaml (100%) diff --git a/.tests/integration/config.yaml b/.tests/integration/config/config.yaml similarity index 100% rename from .tests/integration/config.yaml rename to .tests/integration/config/config.yaml diff --git a/workflow/rules/common.smk b/workflow/rules/common.smk index 931943b..617404c 100644 --- a/workflow/rules/common.smk +++ b/workflow/rules/common.smk @@ -84,4 +84,7 @@ def compile_output_list(wildcards): "qc/peddy/peddy.vs.html", "qc/peddy/peddy.background_pca.json", ] + output_files += [ + "qc/happy/results", + ] return output_files