Skip to content

Commit 0597983

Browse files
authored
emphasize no special characters in indices allowed #61
1 parent 9b155c4 commit 0597983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You need one configuration file to configure the analyses and one annotation fil
66
- sample annotation (annotation): CSV file consisting of four mandatory columns.
77
- name: A unique name for the dataset (tip: keep it short but descriptive).
88
- data: Path to the tabular data as a comma-separated table (CSV).
9-
- 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.**
9+
- 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, and no special characters (all except a-z, 0-9, `_`) in the index.**
1010
- samples_by_features: Boolean indicator if the data matrix is observations/samples (rows) x features (columns): 0==no, 1==yes.
1111

12-
Set workflow-specific `resources` or command line arguments (CLI) in the workflow profile `workflow/profiles/default.config.yaml`, which supersedes global Snakemake profiles.
12+
Set workflow-specific `resources` or command line arguments (CLI) in the workflow profile `workflow/profiles/default.config.yaml`, which supersedes global Snakemake profiles.

0 commit comments

Comments
 (0)