This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Gene variation study with number of genomes

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

Hello akhilvbioinfo!

We believe that this post does not fit the main topic of this site.

I feel you just cant post the commands and ask whats wrong. You need to make sure the quality of data at every step and figure out whats happening by inspecting the outputs. You have not provided any details about what is 400 genome and what is one genome. What are you exactly looking at by aligning one gene etc.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

0 answers

No answers yet.

Log in to answer this question.