brittneybrinsfield / pysam

Automatically exported from code.google.com/p/pysam
0 stars 0 forks source link

wrong info in documentation #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.http://wwwfgu.anat.ox.ac.uk/~andreas/documentation/samtools/usage.html#using-t
he-samtools-snp-caller page has incorrect information.
2.
3.

What is the expected output? What do you see instead?
this is waht''s on the page
snpcaller = pysam.SNPCaller(pileup_iter)

and this is how it should be.
snpcaller = pysam.SNPCaller.call(pileup_iter)

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by msin...@gmail.com on 9 Jun 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Thanks, fixed.

Original comment by andreas....@gmail.com on 19 Oct 2011 at 8:05