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

Remove GODag command output #155

Closed
AgustinPardo opened this issue Feb 21, 2020 · 2 comments
Closed

Remove GODag command output #155

AgustinPardo opened this issue Feb 21, 2020 · 2 comments

Comments

@AgustinPardo
Copy link

Hello,

Do you know how to remove the output of this command?

command:
obodag=GODag("go.obo", optional_attrs={'consider', 'replaced_by'}, load_obsolete=True)
output:
go.obo: fmt(1.2) rel(2019-10-07) 49,992 GO Terms; optional_attrs(consider replaced_by)

Regards

@dvklopfenstein
Copy link
Collaborator

Hello!

Set argument, prt=None like this:

godag = GODag(fin_dag, optional_attrs={'consider', 'replaced_by'}, load_obsolete=True, prt=None)

I have updated the Jupyter notebook to demonstrate this.

@AgustinPardo
Copy link
Author

Thanks from Argentina!

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

2 participants