You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: