Closed saketkc closed 4 years ago
From: https://doi.org/10.5256/f1000research.20450.r47560
One frustrating limitation is that the piping support is not univeral throughout the tool. You can pipe into the download command, but not, for example, into the metadata command. Being able to chain operations such as:
pysradb gse-to-srp GSE24355 | pysradb metadata | pysra download
..or
pysradb search '"oocyte development"' | head | pysradb metadata
..would be really nice and presumably not too hard to support?
From: https://doi.org/10.5256/f1000research.20450.r47560
pysradb gse-to-srp GSE24355 | pysradb metadata | pysra download
..or
pysradb search '"oocyte development"' | head | pysradb metadata