saketkc / pysradb

Package for fetching metadata and downloading data from SRA/ENA/GEO
https://saketkc.github.io/pysradb
BSD 3-Clause "New" or "Revised" License
311 stars 51 forks source link

Is piping possible in pysradb #17

Closed deepthi888 closed 4 years ago

deepthi888 commented 4 years ago

Can i give result of one query as input to other query and get the result using two queries in a single query? or Can i concatenate or merge two queries as a single query and get the output?

saketkc commented 4 years ago

Hi @deepthi888, piping for queries is currently not supported. At this point the search only supports string search, so concatenating queries via "AND" might not work. I will update it here once support for such operations is available.

Sorry for not being helpful at the moment.