-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hello! Thank you for the great tool. I am using pysradb version 2.5.1, but I am running into issues with the enrich flag and the metadata method.
pysradb: Query NGS metadata and data from NCBI Sequence Read Archive.
version: 2.5.1.
Citation: 10.12688/f1000research.18676.1
When running the following command: pysradb metadata GSE286254 --detailed --enrich
I get the following error: error: unrecognized arguments: --enrich
Steps to reproduce (Python API):
from pysradb import SRAweb
client = SRAweb()
df = client.metadata("GSE286254", detailed=True, enrich=True)
Error observed: AttributeError: 'SRAweb' object has no attribute 'metadata'
Models used: koesn/llama3-openbiollm-8b, meditron
Same result with pip and conda. Any idea what went wrong?
Metadata
Metadata
Assignees
Labels
No labels