arundurvasula / angsd-wrapper

A project for extending ANGSD
MIT License
8 stars 12 forks source link

echo stuff #72

Closed tvkent closed 9 years ago

tvkent commented 9 years ago

change echo output to std err since angsd sends stuff there. makes output easier to follow. i.e.: >&2 echo "stuff"

tvkent commented 9 years ago

maybe have a flag before angsd-wrapper echoes so we know what it is i.e.: ANGSD-WRAPPER: some message. this may just be a preference thing for me, but i think it makes it easier to debug

arundurvasula commented 9 years ago

👍 Yeah that makes sense. On Mon, May 18, 2015 at 4:11 PM Tyler Kent notifications@github.com wrote:

maybe have a flag before angsd-wrapper echoes so we know what it is i.e.: ANGSD-WRAPPER: some message. this may just be a preference thing for me, but i think it makes it easier to debug

— Reply to this email directly or view it on GitHub https://github.com/arundurvasula/angsd-wrapper/issues/72#issuecomment-103246702 .

tvkent commented 9 years ago

i fixed these i think