pepkit / pepdbagent

Database for storing sample metadata
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

get config/samples/subsamples as separate function #128

Closed khoroshevskyi closed 3 weeks ago

khoroshevskyi commented 4 months ago

It would be more efficient to retrieve the configuration, samples, and subsamples separately using dedicated functions. Currently, to obtain the configuration, we must execute the project.get method, which retrieves the entire project. This approach is highly inefficient, particularly for large projects.

nsheff commented 4 months ago

I agree with this!

khoroshevskyi commented 3 weeks ago

This issue was fixed in 0.8.0