From 49c2d4ccd2a041494ea6e9c8ca3f1501ec4e4719 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 14 Feb 2024 11:39:59 -0800 Subject: [PATCH] Update README.md Co-authored-by: Billy Rowell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e73bfac..d8390b7 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Sample information for each sample in the workflow run. | Type | Name | Description | Notes | | :- | :- | :- | :- | -| String | sample_id | A unique name for the sample; used to name outputs. Alphanumeric characters, underscore (_), and dash (-) are allowed | | +| String | sample_id | A unique name for the sample; used to name outputs. Alphanumeric characters, underscore (`_`), and dash (`-`) are allowed | | | Array[[IndexData](https://github.com/PacificBiosciences/wdl-common/blob/main/wdl/structs.wdl)] | movie_bams | The set of unaligned movie BAMs associated with this sample | | | String? | father_id | Paternal `sample_id`. Alphanumeric characters, underscore (`_`), and dash (`-`) are allowed. | | | String? | mother_id | Maternal `sample_id`. Alphanumeric characters, underscore (`_`), and dash (`-`) are allowed. | |