-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option --no-sort-output with dedup #669
Comments
Without the
Remeber you need to align to the transcriptome if you are going to use salmon for quantification. |
Thank you for your answer ! So would you say that it's better to use the --no-sort-output ? Thanks in advance ! |
Update: I tried both sort and collate before prepare-for-rsem and then I quantified with salmon. I didn't look exactly at the output of salmon but at least it's now running without error. |
No, prepare-for-rsem should do that for you. Collate should be fine - we just need all reads with the same name to be together. Note that this will be more than just two reads from a pair - if you are aligning to a transcriptiome, reads will map multiple times so the different transcripts of the same gene. |
Hi everyone !
Thank you for this amazing and user friendly tool !
I'm doing bulk RNAseq analysis:
In salmon documentation there is a note:
I know my bam files are not sorted after STAR as I didn't use the sorted option. I saw that for UMI Tools there is the --no-sort-output but I didn't find how the sorting was done, ny name ? By genomic position ? Do you think I should precise --no-sort-output to use the output of dedup with salmon ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: