Off topic:Gene variation study with number of genomes
0
0
Entering edit mode
8.1 years ago
Eva_Maria ▴ 190

I tired to find a gene variation with in 400 genome by flowing steps

bwa index 400genome.fasta

bwa mem 400genome.fasta gene.fasta >out.sam

samtools view -bt 400genome.fasta  out.sam >out.bam

samtools index out.bam

samtools mpileup -u -f 400genome.fasta out.bam>out.vcf

bcftools call  -m -v out.vcf >aa.txt

I did not get any variation form bcftool out. But when i tried with one genome as reference, bcftool shows some variation. Is there any problem in my steps?

gene genome snp bwa samtools • 1.1k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2842 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