what is genome.fa file? where can I download it ?
• 0 views
•
link
Hi all,
I need VCF file for neanderthals, I already found Bam files for them in UCSC, but i need VCF file to have their SNP variation. i also found denisovian VCF file,but I want VCF file for neanderthals. can anybody help me?
thanks a lot
Having the BAM file, you can generate a VCF file with samtools
samtools mpileup -v -u -f genome.fa your.bam > variants.vcf
Log in to answer this question.