Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

error: unrecognized arguments: --enrich #256

@zhanxiangzong

Description

@zhanxiangzong

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions