Closed GoogleCodeExporter closed 9 years ago
This should work:
lines = pysam.calmd(*["-b", "input.bam", "human_g1k_v37.fasta"])
output = open("output.bam", 'w')
for line in lines:
output.write(line)
output.close()
Original comment by mjldeh...@gmail.com
on 10 Jan 2013 at 4:26
Thanks!
Original comment by priesgof...@gmail.com
on 10 Jan 2013 at 11:55
Original comment by andreas....@gmail.com
on 14 Jan 2013 at 10:28
Original issue reported on code.google.com by
priesgof...@gmail.com
on 3 Jan 2013 at 10:25