Open redincla opened 2 years ago
Hi Claire, did you try the gff from here: http://ftp.ensembl.org/pub/release-105/gff3/homo_sapiens/
? that should show when you run smoove annotate without any arguments
.
Thanks for the heads up! I had tried to run annotate without the -gff argument for help but still providing the vcf input so it didn't show anything but an empty file error. So with the Ensembl gff3 file it sorts of work, but the annotation somehow get stalled in the way and it stops annotating after a few entries, so the output file is truncated compared to the unannotated vcf. I'll try to see if I can find the reason.
Claire
On Tue, Mar 8, 2022 at 3:30 PM Brent Pedersen @.***> wrote:
Hi Claire, did you try the gff from here: http://ftp.ensembl.org/pub/release-105/gff3/homo_sapiens/
? that should show when you run smoove annotate without any arguments.
— Reply to this email directly, view it on GitHub https://github.com/brentp/smoove/issues/190#issuecomment-1061838279, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKLJZWXRV55JTO42KHMIFLU65QA3ANCNFSM5QGQB34A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Someone else just reported something similar here: https://github.com/brentp/smoove/issues/188 if you can get me a way to recreate this problem I can look into it. It could be something with the gff format changing, so you could also try an older ensembl release.
And another thing to try is to use svpack consequence instead.
Good afternoon,
I've been trying desperately to annotate my final vcf file as the last step for smoove, using genome version hg38. However, when I use the gencode gff3 file, I get the following error:
And when I use the gff file from NCBI, I get the following:
I'm guessing the file I'm using is not the one smoove expects as an input (even though the Gencode file does contain gene type entries). Is smoove not accepting gff3 formats? Or any idea why I get this error? Alternatively, where can I download the appropriate gff/gff3 file for GRCH38/hg38?
Thanks a ton,
Claire