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

Duplicate info message #497

Open
nsheff opened this issue Mar 11, 2025 · 0 comments
Open

Duplicate info message #497

nsheff opened this issue Mar 11, 2025 · 0 comments

Comments

@nsheff
Copy link
Contributor

nsheff commented Mar 11, 2025

Not sure if this is a problem with peppy or pephubclient, but:

import pephubclient
from refget.agents import RefgetDBAgent
import os

phc = pephubclient.PEPHubClient()
p = phc.load_project("nsheff/pangenome_fasta")

Yields:

INFO:peppy:No config key in Project, or reading project from dict
INFO:peppy:Processing project from dictionary...
INFO:peppy:No config key in Project, or reading project from dict

These 3 messages are basically saying the same thing, no need to print it out 3 times.

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