Skip to content
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

Hello! #1

Closed
nousiaso opened this issue Dec 19, 2021 · 3 comments
Closed

Hello! #1

nousiaso opened this issue Dec 19, 2021 · 3 comments

Comments

@nousiaso
Copy link

First of all congratulations for the awesome pipeline!

When I try to annotate the integrated SVs_CNVs using a gff i get an error

File "/perSVade/scripts/sv_functions.py", line 691, in run_cmd
if out_stat!=0: raise ValueError("\n%s\n did not finish correctly. Out status: %i"%(cmd_to_run, out_stat))

I have checked the gff, with the gff3 validator. It should not be the problem..

also i take a look at the tmp file from the annotations and this is the error it outputs

"Use of uninitialized value $key in hash element at /opt/conda/envs/perSVade_env/share/ensembl-vep-100.2-0/Bio/EnsEMBL/IO/Parser/GFF3.pm line 195, <ANONIO> line 675.
Can't call method "strand" on unblessed reference at /opt/conda/envs/perSVade_env/share/ensembl-vep-100.2-0/modules/Bio/EnsEMBL/VEP/AnnotationType/Transcript.pm line 102, <ANONIO> line 675."

I can attach you some txt files if you need them

Looking forward to your reply
Orestis

@nousiaso
Copy link
Author

This is something connected to VEP, and should not concern RERSVADE. Alghough you might leave it here for information purposes

@nousiaso
Copy link
Author

Ultimately I was able to find a solution, it was the same as Ensembl/ensembl-vep#70 having "." in the place of strand in some features of stringtie annotation

@MikiSchikora
Copy link
Collaborator

Hi,

I am happy that you could solve the issue. It is usually tricky to work for gffs, so that your solution is very useful for the future! I will implement a check of the strand in the annotation modules, so that it is easier to debug.

@MikiSchikora MikiSchikora pinned this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants