Open jolespin opened 4 months ago
Hi @jolespin ,
Good question. The way it works is to download the .sra file to disk, and then stream from there. Your pipeline sounds concept reasonable.
So in effect, you are right. The main use-case for this is to source them in the cloud where they are locally stored as .sra format.
One possibility (not implemented atm) is to stream the reads from an ENA download. These would already be split since ENA keeps them this way (as fastq.gz). I probably won't get around to implementing this but would certainly be happy to review a PR.
ben
I'd like to use Kingfisher to download some large files but I get charged for I/O. Was wondering if using
--stdout
does the following operation:Or if it just write the final output to stdout.