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

Latest version of Linux "wait" is not compatible with "tee" #6

Open
qisun2 opened this issue Dec 8, 2022 · 0 comments
Open

Latest version of Linux "wait" is not compatible with "tee" #6

qisun2 opened this issue Dec 8, 2022 · 0 comments

Comments

@qisun2
Copy link

qisun2 commented Dec 8, 2022

The "wait" function on new Linux systems (ubuntu or redhat) is not compatible with "tee". "wait" would wait forever for "tee" to finish, and the pipeline would stuck.

To get proseq2.0 to work on latest Linux, commenting out these two lines in the proseq2.0.bsh file

exec > >(tee ${OUTPUT}/proseq2.0_Run_${tmp}.log)
exec 2>&1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant