Closed tvkent closed 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
👍 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 .
i fixed these i think
change echo output to std err since angsd sends stuff there. makes output easier to follow. i.e.: >&2 echo "stuff"