I read the post you mentioned and tried steps you suggested.
I got 3 files: fastqjoin.join.fastq, fastqjoin.un1.fastq, fastqjoin.un2.fastq from "join_paired_ends.py -f $PWD/forward_reads.fastq -r $PWD/reverse_reads.fastq -o $PWD/fastq-join_joined".
Then, I want to run script "extract_barcodes.py --input_type barcode_paired_end -m mapping_file.txt -a -f reads1.fastq -r reads2.fastq --bc1_len 6 --bc2_len 8 -o parsed_barcodes/" by inputting files: "fastqjoin.un1.fastq" and "fastqjoin.un2.fastq" but I need "mapping.txt" file.
So I tried to make mapping file but I have two questions.
1. I have 2 index sequence per sample for example, "TAGATCGC" for forward index and "TCGCCTTA" for reverse index.
In such case, how should I fill in "BarcodeSequence"?
Is "TAGATCGCTCGCCTTA" ok?
2. I did sumple processing for MiSeq sequence using primer set, 515f and 806r.
How should I write "linkerPrimerSequence" space?
Please tell me if I have wrong understanding about above mentioned (I am a beginner about qiime).
Thanks.
2015年2月6日金曜日 22時22分41秒 UTC+9 Sophie: