-
Notifications
You must be signed in to change notification settings - Fork 727
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
Remove redundant salmon TPM output #575
Comments
Actually, they should not be the same...
(see tximport Vignette) So yes, on a per-sample basis, they are redundant. The merged files should be (slightly?) different. |
No, TPMs are TPMs. The counts derived from them will change with those different parameters, the TPM values themselves do not. The |
Are you sure? That's not how I understand this section...
|
Yes. That section applies to the counts that are derived from the abundance (TPMs). The abundance values themselves do not change. You can run with This is also confirmed by Mike Love here. |
ah, now I got it! Thanks for clearing that up! |
FIxed in #598 |
Description of the bug
Currently, the pipeline generates multiple TPM output from salmon, e.g.
salmon.merged.gene_tpm.tsv
,salmon.merged.gene_tpm_length_scaled.tsv
. These are redundant, as the TPM values don't change. These files are output on both a per-sample and merged basis, so it creates a fair amount of clutter.Expected behaviour
A single TPM file should be produced instead.
The text was updated successfully, but these errors were encountered: