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

mute print statements when using --dag to avoid "Error: <stdin>: syntax error in line 1 near 'Write'" #6

Open
Blosberg opened this issue Sep 26, 2018 · 0 comments
Labels
low_priority might be necessary later. Can ignore for now.

Comments

@Blosberg
Copy link
Owner

Normally the pipeline outputs warnings to screen if write permission is denied in the refgenome folder; but when outputting a DAG, this first line breaks the format for the vector file.

Error looks like this:
Error: <stdin>: syntax error in line 1 near 'Write'
print statements should be muted under these conditions (or maybe only output error message when writing is actually needed but can't be performed).

@Blosberg Blosberg added the low_priority might be necessary later. Can ignore for now. label Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low_priority might be necessary later. Can ignore for now.
Projects
None yet
Development

No branches or pull requests

1 participant