Hi,
Our lab has obtained 80 FASTQ files that we want to analyze using Bowtie version 0.12.7. The Bowtie command we will be using is this:
We used FASTQC to determine the specific format of the FASTQ files. FASTQC reported the files as "Sanger / Illumina 1.9".
Our question is, do the FASTQ files need to be prepared/converted before sending them to the above Bowtie command?
Thank you!
Our lab has obtained 80 FASTQ files that we want to analyze using Bowtie version 0.12.7. The Bowtie command we will be using is this:
Code:
./bowtie -m 1 -v 2 -p 8 /bowtie-0.12.7/indexes/saccer2 -1 path/to/file_1.fastq -2 path/to/file_2.fastq --al path/to/file.out --un path/to/file.un
Our question is, do the FASTQ files need to be prepared/converted before sending them to the above Bowtie command?
Thank you!
Comment