This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Will Kallisto or Salmon perform streaming alignment from the Sequence Read Archive?

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 answer

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.

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

Log in to answer this question.