-
Notifications
You must be signed in to change notification settings - Fork 12
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
salmon results show no gene names - with latest guix rnaseq 0.1 #130
Comments
Hi @smoe, Could you maybe send me the links to the annotation files so that I can check this? |
An inconsistency doesn't kill the processes, though, it should print a warning only. |
Hi @borauyar, From the validation script, the
does not appear in above shown (very short) logs, so the check likely was not performed since everything happened already. I would have expected that the settings are validated every time, even when my runs have already completed. Can I somehow execute that check directly? Either way, the folks at https://github.com/COMBINE-lab/salmon should address this. They have a version 1.9.0 out (regular GUIX pigx-rnaseq is 1.6.0). Is there an easy way to check if salmon has changed its behaviour? |
Oh I see. If you had run this from scratch, you should have received the warning. But, if you are running this after you have all the outputs, then it won't work. The validation script assumes that it is the first thing that runs so that the pipeline fails as early as possible. (although for this problem the pipeline wouldn't fail). I think the problem is not with Salmon. It is up to the annotation database to have consistent nomenclature/ids between annotation files. I am sure there must be a reason why Ensembl provides such annotations. Even if this specific issue is addressed for Ensembl, then you could have another source of annotations where you may have different kind of annotation inconsistencies. So, this should be fixed upstream I think. |
The warning was likely scrolling up too quickly for me to notice it. So we agree that we prefer to see this fixed (by whomever) in salmon. I'll update the package locally and see how this goes. |
Upstream is aware of that problem: COMBINE-lab/salmon#598 |
Hello, I read through #35 but somehow, even though I am using your latest GUIX-version, the missing gene names affect me:
The .fa file's gene identifier indeed has that version suffix that does not appear in the .gtf file:
with transcript_version and gene_version apparently providing the respective info,
but starting pigx-rnaseq, there is no warning:
The hisat2 mapping apparently works just fine, cannot we somehow fix this by communicating with the salmon folks or whoever should be addressing this?
The text was updated successfully, but these errors were encountered: