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.
Not sure if this is a problem with peppy or pephubclient, but:
Yields:
These 3 messages are basically saying the same thing, no need to print it out 3 times.