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

kraken pipe mini-fix #841

Merged
merged 2 commits into from
Jul 9, 2018
Merged

kraken pipe mini-fix #841

merged 2 commits into from
Jul 9, 2018

Conversation

dpark01
Copy link
Member

@dpark01 dpark01 commented Jul 9, 2018

  1. kraken.pipeline utilizes a background Picard process to pipe SamToFastq output into kraken. Nothing was waiting for this background process to terminate, and nothing was checking its error code for success or failure. This PR fixes both of those issues. Might possibly fix Non-deterministic failure of test_kraken_multi teardown #839 (though not 100% sure about that).
  2. s/gzip/pigz/g in kraken reads output.

…e exiting, and also add error checking for background process.
@dpark01 dpark01 merged commit 25d74fd into master Jul 9, 2018
@dpark01 dpark01 deleted the dp-kraken-pipe branch July 9, 2018 18:22
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

Successfully merging this pull request may close these issues.

Non-deterministic failure of test_kraken_multi teardown
2 participants