Ensembl / ensembl-vep

The Ensembl Variant Effect Predictor predicts the functional effects of genomic variants
https://www.ensembl.org/vep
Apache License 2.0
456 stars 152 forks source link

negative repeat count does nothing at quantifier.pl line 1312, <in> line 5603. #1747

Closed erickfabian0 closed 2 months ago

erickfabian0 commented 3 months ago

Hi @Drmirdeep , I also have this problem but in different line, and whit quantifier.pl in line 1312. One of such lines is below: negative repeat count does nothing at quantifier.pl line 1312, line 5603.

Line 1312 of my miRDeep2_core_algorithm is: my $mat = $hash{$k1}{$k2}{'mature'};;

could you please look into it? thanks!

I’m working on a server (Alliance Canada), and I need to install miRDeep2 using the second method, which doesn't require Perl, because I don't have sudo access on the server. I followed the tutorial, and it worked fine, but for my database, I need to change the format of the identifiers, replacing spaces with underscores ("_").

First, I align the reference genome with a miRBase database using Bowtie, and then I use the mapper tool to obtain the reads_collapsed.fa and reads_collapsed_vs_genome.fa files. Finally, I execute the miRDeep2 command using a mature comparison with the Pan paniscus mature sequence (ppa).

here is an example of the head of every fiel i used:

likhitha-surapaneni commented 3 months ago

Hi @erickfabian0, hope you are having a good day. Is there a related problem with running or using VEP in particular?

likhitha-surapaneni commented 2 months ago

Hi @erickfabian0 , I am closing this issue for now. Please feel free to open a new issue if you are facing any issues.

Thank you.