Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGRESSIVE vs default: different behaviour when printing to STDOUT #65

Open
lrauschning opened this issue Apr 29, 2024 · 0 comments
Open

Comments

@lrauschning
Copy link

Hi Cedric & Jose,

while debugging the multiplesequencealign pipeline, I came across an inconsistency in the way tcoffee gives its output when told to print to stdout.
In particular, a file called 'STDOUT' is created when the regressive mode is used and STDOUT is given as the output, if the regressive mode is not used the output is printed to stdout (see also below) – I think the output gets handled quite differently in general, as the output format is also different by default.

I think it makes sense to handle the output consistently for these cases – also supporting '-' to specify printing output to stdout might make sense.
Best,
Leon

$ t_coffee -seq example.fa -outfile STDOUT
<snip>
# output in clustal-like format sent to stdout, debugging info in stderr
$ file STDOUT
STDOUT: cannot open `STDOUT' (No such file or directory)

$ t_coffee -seq example.fa -reg -outfile STDOUT
<snip>
# debugging info gets sent to stdout and stderr, 'STDOUT' is created as a file
$ file STDOUT
STDOUT: ASCII text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants