From d54401ff9f91e346542eff62294de9e438be117e Mon Sep 17 00:00:00 2001 From: Andrew Thrasher Date: Tue, 4 Nov 2025 13:37:57 -0500 Subject: [PATCH] Fix sample identifier in usage documentation --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 31a0966fe..9a47b0fdd 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -21,7 +21,7 @@ The `antibody` column is required to separate the downstream consensus peak merg The `control` column should be the `sample` identifier for the controls for any given IP. This column together with the `control_replicate` column will set the corresponding control for each of the samples in the table. ```console -group,fastq_1,fastq_2,replicate,antibody,control,control_replicate +sample,fastq_1,fastq_2,replicate,antibody,control,control_replicate WT_BCATENIN_IP,BLA203A1_S27_L006_R1_001.fastq.gz,,1,BCATENIN,WT_INPUT,1 WT_BCATENIN_IP,BLA203A25_S16_L002_R1_001.fastq.gz,,2,BCATENIN,WT_INPUT,2 WT_BCATENIN_IP,BLA203A49_S40_L001_R1_001.fastq.gz,,3,BCATENIN,WT_INPUT,3