fhcrc / seqmagick

An imagemagick-like frontend to Biopython SeqIO
http://seqmagick.readthedocs.org
GNU General Public License v3.0
113 stars 22 forks source link

Send logging to stderr, not stdout #75

Closed peterjc closed 6 years ago

peterjc commented 6 years ago

In order to support Unix piping and redirection, any error messages and logging should go to stderr, only data should go to stdout.

Should close issue #74

(Change currently untested.)

peterjc commented 6 years ago

TravisCI tests failing due to #73

metasoarous commented 6 years ago

Merged. Thanks @peterjc!

fungs commented 6 years ago

I hope this is going to be released at some point, it's still a problem in current version 0.7.0 on pipy.