Entering edit mode
6.2 years ago
b10hazard
▴
30
Do either Kallisto or Salmon have the ability to align data streamed from the Sequence Read Archive (SRA). Like what HISAT2 can do with the --sra-acc
option?
Thanks!
You can see an example of a snakemake script to do this with kallisto here: [https://github.com/pachterlab/bears_analyses] Not streaming but could be modified to do so.
There is a blogpost describing how to do this for single-cell RNA-seq here: https://sinabooeshaghi.com/2019/07/09/fasterq-to-count-matrices-for-single-cell-rna-seq/