You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: