me again! I am attempting to do something different with my data as I did not make a manifest file first. I am having difficulty figuring out how to create the.csv as I find the tutorial online hard to understand. Where am I typing the names of these samples into? Do I go to excel to make the manifest ? Also what is each indicative of in the following?
sample-id,absolute-filepath,direction
# Lines starting with '#' are ignored and can be used to create
# "comments" or even "comment out" entries
sample-1,$PWD/some/filepath/sample1_R1.fastq.gz,forward
sample-2,$PWD/some/filepath/sample2_R1.fastq.gz,forward
sample-1,$PWD/some/filepath/sample1_R2.fastq.gz,reverse
sample-2,$PWD/some/filepath/sample2_R2.fastq.gz,reverse
Is there anyway I can get an example of what a manifest file should look like? Should I use keemei? If so how should I format the rows? Any help would be would be much appreciated, because I am lost.
(update) Additionally forgot to add the names of my fastq files:
Female-1-1_S13_L001_R1_001.fastq.gz
Female-1-1_S13_L001_R2_001.fastq.gz
Female-1-2_S14_L001_R1_001.fastq.gz
Female-1-2_S14_L001_R2_001.fastq.gz
Female-2-1_S15_L001_R1_001.fastq.gz
Female-2-1_S15_L001_R2_001.fastq.gz
Female-2-2_S16_L001_R1_001.fastq.gz
Female-2-2_S16_L001_R2_001.fastq.gz
Female-3-1_S17_L001_R1_001.fastq.gz
Female-3-1_S17_L001_R2_001.fastq.gz
Female-3-2_S18_L001_R1_001.fastq.gz
Female-3-2_S18_L001_R1_001.fastq.gz
Female-4-1_S19_L001_R1_001.fastq.gz
Female-4-1_S19_L001_R2_001.fastq.gz
Female-4-2_S20_L001_R1_001.fastq.gz
Female-4-2_S20_L001_R2_001.fastq.gz
Female-5-1_S21_L001_R1_001.fastq.gz
Female-5-1_S21_L001_R2_001.fastq.gz
Female-5-2_S22_L001_R1_001.fastq.gz
Female-5-2_S22_L001_R2_001.fastq.gz
Female-6-1_S23_L001_R1_001.fastq.gz
Female-6-1_S23_L001_R2_001.fastq.gz
Female-6-2_S24_L001_R1_001.fastq.gz
Female-6-2_S24_L001_R2_001.fastq.gz
Male-1-1_S1_L001_R1_001.fastq.gz
Male-1-1_S1_L001_R2_001.fastq.gz
Male-1-2_S2_L001_R1_001.fastq.gz
Male-1-2_S2_L001_R2_001.fastq.gz
Male-2-1_S3_L001_R1_001.fastq.gz
Male-2-1_S3_L001_R2_001.fastq.gz
Male-2-2_S4_L001_R1_001.fastq.gz
Male-2-2_S4_L001_R2_001.fastq.gz
Male-3-1_S5_L001_R1_001.fastq.gz
Male-3-1_S5_L001_R2_001.fastq.gz
Male-3-2_S6_L001_R1_001.fastq.gz
Male-3-2_S6_L001_R1_001.fastq.gz
Male-4-1_S7_L001_R1_001.fastq.gz
Male-4-1_S7_L001_R2_001.fastq.gz
Male-4-2_S8_L001_R1_001.fastq.gz
Male-4-2_S8_L001_R2_001.fastq.gz
Male-5-1_S9_L001_R1_001.fastq.gz
Male-5-1_S9_L001_R2_001.fastq.gz
Male-5-2_S10_L001_R1_001.fastq.gz
Male-5-2_S10_L001_R2_001.fastq.gz
Male-6-1_S11_L001_R1_001.fastq.gz
Male-6-1_S11_L001_R2_001.fastq.gz
Male-6-2_S12_L001_R1_001.fastq.gz
Male-6-2_S12_L001_R2_001.fastq.gz