-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error in gtf library when trying to add stringtie output #77
Comments
I have now ran the same command in the latest vatools Docker image and am getting a new error:
|
The start of my stringtie output:
|
For the first error, I suspect that one of the dependencies you have installed is incompatible with gtfparse. Here are the versions in our Docker images:
Try downgrading your dependencies to match these versions. |
I'm unable to reproduce the error in your second comment with the stringtie output provided. Can you please attach all of your input files (VCF and full stringtie TSV)? |
Hi @susannasiebert, can I send these to you privately to maintain privacy of this data? |
Yes, absolutely. My email is susanna.kiwala@wustl.edu |
My apologies for the belated replies. After investigating your files, it looks like you are trying to use a gene abundance file in transcript mode. If you switch your command to
It works without problems. The transcript abundance file from stringtie is in gtf format while the gene abundance file is in tsv format. Mixing them up leads to unexpected errors like the one you are seeing. I've added issue #78 to add better error handling for this case. |
Ah, and sorry for my ignorance. But wouldn't I need to add both of them? So the tsv and gtf files. Is there a way to do this with one command or will this always involve two steps? Or does the transcript level expression always contain more detail? |
You would need to run this as two steps, unfortunately. |
Ah so it is recommended to also add gene expression level besides transcript expression level? |
Yes, the gene expression levels are, for example, used during tiering in the aggregated report. |
Ah in that case it may be nice to have a feature to add both files. |
I am getting the following error from the gtf library when trying to annotate my vcf with stringtie output.
Version 2.0.1 with Python 3.6
I have also reported this issue at the gtf page:
openvax/gtfparse#49
The text was updated successfully, but these errors were encountered: