Skip to content

Commit 3ca264a

Browse files
authored
Merge pull request nf-core#477 from adthrasher/patch-1
Fix sample identifier in usage documentation
2 parents d8b98cd + d54401f commit 3ca264a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)