Samtools Call Snps
2
1
Entering edit mode
11.9 years ago
GPR ▴ 390

Hello, I have a rather naive question.

Given the two command-lines found below, can somebody tell me if "samtools.pl and vcfutils.pl are part of the samtools package? Do I need to instal them separately?

samtools.pl varFilter raw.pileup | awk '$6>=20' > final.pileup

samtools mpileup -ugf ref.fa aln.bam | bcftools view -bvcg - > var.raw.bcf bcftools view var.raw.bcf | vcfutils.pl varFilter -D 100 > var.flt.vcf

Thanks in advance. GP

snp • 3.7k views
ADD COMMENT
3
Entering edit mode
11.9 years ago

Yes, you can find those commands under the samtools installation folder, in the misc directory.

http://samtools.svn.sourceforge.net/viewvc/samtools/trunk/samtools/misc/

ADD COMMENT
0
Entering edit mode
11.9 years ago
GPR ▴ 390

Pierre: In the link you suggest, should I take that vcfutils.lua is the same as vcfutils.pl? Am I missing something? Thanks.

ADD COMMENT
1
Entering edit mode

No it's different. Go to your samtools folder and look into bcftools subfolder.

Look here:

http://samtools.svn.sourceforge.net/viewvc/samtools/trunk/samtools/bcftools/

ADD REPLY

Login before adding your answer.

Traffic: 2379 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