COMBINE-lab / salmon

🐟 🍣 🍱 Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using selective alignment
https://combine-lab.github.io/salmon
GNU General Public License v3.0
777 stars 165 forks source link

The contents of the quant.genes.sf file and the quant.sf file are identical. #962

Open happypiggyzjx opened 2 months ago

happypiggyzjx commented 2 months ago

Is the bug primarily related to salmon (bulk mode) or alevin (single-cell mode)? salmon (bulk mode) Describe the bug The contents of the quant.genes.sf file and the quant.sf file are identical.

The file quant.genes.sf should have been the results of genes quantification, but now it is all transcript quantification. I.e., the file quant.genes.sf is exactly the same as quant.sf (only the transcript names corresponding to the Name column are in a different order).

To Reproduce

Expected behavior I want the genes quantization results to appear normally in the file quant.genes.sf.

Desktop (please complete the following information):

lsb_release -a: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy

Additional context I've already found a similar question, but it didn't solve my problem very well, the link to this question is as follows: https://github.com/COMBINE-lab/salmon/issues/569. As I understand it, one of the two questioners solved the problem by updating the salmon version, the other by tximport solved the problem. But first of all my salmon version is the latest 1.10.3, and secondly, I understand that tximport is an R package that handles salmon output files, which may not solve my problem. Looking forward to your professional reply and help!