This is a test version of Biostars. For the public version, visit https://www.biostars.org.
BioPython Resriction package output formatting

I am looking for restriction sites in a contig using the following, and I want to change the output width of the map file - it only prints 60 characters then goes to next line

rb = RestrictionBatch(Restriction.CommOnly)
my_seq = Seq(contig_seq)
analog = Analysis(rb, my_seq)
analog.ConsoleWidth=200         #doesnt do anything
rmap=analog.print_as('map')
rmap=analog.format_output()

Any idea how to set ConsoleWidth property?

biopython

0 answers

No answers yet.

Log in to answer this question.