Skip to content

Suppress output from Jackhmmer seq limit check #470

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

Closed
wants to merge 1 commit into from

Conversation

owainkenwayucl
Copy link

The current implementation of jackhmmer_seq_limit_supported prints out the output of the command (and thus many copies of the full usage information of jackhmmer) to the terminal. This commit sets capture_output to True, meaning it'll be stored in the return dictionary of subprocess.run() rather than printed to the terminal.

Prevent Jackhmmer printing many copies of its usage to the terminal when checking if it has been patched.
Copy link

google-cla bot commented Jul 14, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@owainkenwayucl
Copy link
Author

(I've now done the CLA process)

Augustin-Zidek added a commit that referenced this pull request Jul 14, 2025
…is supported

Inspired by #470, thanks @owainkenwayucl.

PiperOrigin-RevId: 782928877
Change-Id: I8cb09f9bd75f174f78340ad72f80b805eb873be8
@Augustin-Zidek
Copy link
Collaborator

Thanks, good catch. I fixed this a bit differently in 0422023.

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.

2 participants