From af4333acfccc453b09198049f336cdc6a559121d Mon Sep 17 00:00:00 2001 From: sreichl Date: Thu, 12 Sep 2024 17:24:43 +0200 Subject: [PATCH] cosmetics --- config/README.md | 2 +- workflow/Snakefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/README.md b/config/README.md index 288ebd8..461e4df 100644 --- a/config/README.md +++ b/config/README.md @@ -9,4 +9,4 @@ You need one configuration file to configure the analyses and one annotation fil - metadata: Path to the metadata as a comma-separated table (CSV) with the first column being the index/identifier of each observation/sample and every other column metadata for the respective observation (either numeric or categorical, not mixed). **No NaN or empty values allowed.** - samples_by_features: Boolean indicator if the data matrix is observations/samples (rows) x features (columns): 0==no, 1==yes. -Specify workflow-specific `resources` or command line arguments (CLI) in the workflow profile `workflow/profiles/default.config.yaml`, which supersedes global Snakemake profiles. \ No newline at end of file +Set workflow-specific `resources` or command line arguments (CLI) in the workflow profile `workflow/profiles/default.config.yaml`, which supersedes global Snakemake profiles. \ No newline at end of file diff --git a/workflow/Snakefile b/workflow/Snakefile index 135b2b6..2816618 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -1,4 +1,5 @@ +##### global workflow dependencies ##### conda: "envs/global.yaml" ##### libraries #####