You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biopp-de...@googlegroups.com
In classic mode, the phylip writer is sending a warning message about possible name truncation to cout. This interferes with the output in the case you are using cout as the destination for the writing, as is common for unix pipeline style programs. I have redirected the error message to cerr instead, which seems more natural.