Will Kallisto or Salmon perform streaming alignment from the Sequence Read Archive?
1
0
Entering edit mode
5.6 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!

kallisto salmon pseudoaligners • 1.6k views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

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/

ADD REPLY
4
Entering edit mode
5.6 years ago
Rob 6.5k

There is no option in salmon directly equivalent to the --sra-acc option in HISAT. However, salmon will happily accept streaming input from a fifo or named pipe. Hence, it should be possible to create a bash / snakemake / nextflow script to do the conversion and feeding of the reads directly to salmon so that you don't have to have the intermediate files sitting on your disk.

ADD COMMENT
0
Entering edit mode

Thank you for the suggestion. I will give that a shot.

ADD REPLY

Login before adding your answer.

Traffic: 2537 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6