Skip to content

Commit d54401f

Browse files
authored
Fix sample identifier in usage documentation
1 parent 76e2382 commit d54401f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `antibody` column is required to separate the downstream consensus peak merg
2121
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.
2222

2323
```console
24-
group,fastq_1,fastq_2,replicate,antibody,control,control_replicate
24+
sample,fastq_1,fastq_2,replicate,antibody,control,control_replicate
2525
WT_BCATENIN_IP,BLA203A1_S27_L006_R1_001.fastq.gz,,1,BCATENIN,WT_INPUT,1
2626
WT_BCATENIN_IP,BLA203A25_S16_L002_R1_001.fastq.gz,,2,BCATENIN,WT_INPUT,2
2727
WT_BCATENIN_IP,BLA203A49_S40_L001_R1_001.fastq.gz,,3,BCATENIN,WT_INPUT,3

0 commit comments

Comments
 (0)