Alignment For Paired End Fast Q Files To Use It For Samtools Mpileup
2
1
Entering edit mode
12.4 years ago
Deniz ▴ 210

Hello,

My aim is looking for SNP and allele count differences between samples. I will use samtools mpileup to get a VCF file.

First, I used BOWTIE for alignment.

For single end fastq files

bowtie -S -q -p 8 -a --best -V2 -m 1 --strata Referans file.txt

How can I do it for paired end reads ? file1.txt and file2.txt

For Snp calling, I allowed 2 mismatches. Do you suggest any different command for alignment?

Thanks for any help.

bowtie samtools paired snp • 2.8k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
3
Entering edit mode
12.4 years ago
Yumtaoist ▴ 70

First of all, I think bowtie2 is better for the alignment of pair end reads.

The parameters can be set as:

bowtie2-align -x bt2-idx -1 file_1.txt -2 file_2.txt -S result.sam

ADD COMMENT
0
Entering edit mode
12.4 years ago
Ian 6.0k

You don't specify whether this is for Illumina or SOLiD reads. For SOLiD reads BFAST handles paired ends and uses SAM output.

ADD COMMENT

Login before adding your answer.

Traffic: 2969 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6