[Biopython-dev] BWA Wrapper

Lenna Peterson arklenna at gmail.com
Thu Feb 14 19:43:18 UTC 2013


>
> On 14 February 2013 22:34, Saket Choudhary <saketkc at gmail.com> wrote:
> > I was thinking of adding one more parameter to the _call function, lets
> say
> > 'stdout_to_filepath'.
> > If this is set then I add one more if condition here  to set the stdout
> as
> >
> >
> > stdout_arg = open(stdout_to_filepath, "w")
> >
> >
>


What's wrong with accepting the stdout string that the current
implementation provides and explicitly writing it to your file?

Cheers,

Lenna



More information about the Biopython-dev mailing list