forked from nf-core/atacseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize example samplesheets with the usage.md
- Loading branch information
Björn
authored and
Björn
committed
Apr 12, 2024
1 parent
9fbc9b0
commit 5a3215f
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
sample,fastq_1,fastq_2,replicate | ||
CONTROL,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz,1 | ||
CONTROL,AEG588A2_S2_L002_R1_001.fastq.gz,AEG588A2_S2_L002_R2_001.fastq.gz,2 | ||
CONTROL,AEG588A3_S3_L002_R1_001.fastq.gz,AEG588A3_S3_L002_R2_001.fastq.gz,3 | ||
TREATMENT,AEG588A4_S4_L003_R1_001.fastq.gz,,1 | ||
TREATMENT,AEG588A5_S5_L003_R1_001.fastq.gz,,2 | ||
TREATMENT,AEG588A6_S6_L003_R1_001.fastq.gz,,3 | ||
TREATMENT,AEG588A6_S6_L004_R1_001.fastq.gz,,3 | ||
UNTREATED_A,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz,1 | ||
UNTREATED_A,AEG588A2_S2_L002_R1_001.fastq.gz,AEG588A2_S2_L002_R2_001.fastq.gz,2 | ||
UNTREATED_A,AEG588A3_S3_L002_R1_001.fastq.gz,AEG588A3_S3_L002_R2_001.fastq.gz,3 | ||
TREATED_A,AEG588A4_S4_L003_R1_001.fastq.gz,,1 | ||
TREATED_A,AEG588A5_S5_L003_R1_001.fastq.gz,,2 | ||
TREATED_A,AEG588A6_S6_L003_R1_001.fastq.gz,,3 | ||
TREATED_A,AEG588A6_S6_L004_R1_001.fastq.gz,,3 |