MaciekAber / pysam

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

Comment to fetch() in C-API docs #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. copy and paste the text in the green box in the description of fetch()
into a python script.
2.
3.

What is the expected output? What do you see instead?
expected it to fetch got:
samfile = Samfile.open( "allpaired.bam" )
NameError: name 'Samfile' is not defined

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

Please provide any additional information below.
Please adjust so that the text in the green box can be used as is in python
as an example (also change "filename" to a suitable test file)

Original issue reported on code.google.com by Christof...@gmail.com on 14 Oct 2009 at 4:15

GoogleCodeExporter commented 8 years ago
removed comment

Original comment by martingo...@gmail.com on 15 Oct 2009 at 12:28