-
Notifications
You must be signed in to change notification settings - Fork 115
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
Snippy fails with genbank file #581
Comments
I was able to get the pipeline to work with simply changing the file extension on the file itself from .gbff to .gbk. Not sure why you are having a problem. It might be because when you download the file from NCBI or where ever you got the sequence the file name you have in your code above is for the fasta file and not the genbank file. for me the genbank file was simply genomic.gbff when I downloaded the file from NCBI. |
I have the same problem. snpEff build -c reference/snpeff.config -dataDir . -gff3 refWARNING: All frames are zero! This seems rather odd, please check that 'frame' information in your 'genes' file is accurate. [...] freebayes-parallel reference/ref.txt 16 -p 2 -P 0 -C 2 -F 0.05 --min-coverage 5 --min-repeat-entropy 1.0 -q 13 -m 60 --strict-vcf -f ref>Error: Failed to set region: -1:0-22,323,906() Any ideas? Thanks! |
I met the same error. |
FYI, I was able to run snippy today using this .gbff file from this Enterococcus faecalis assembly. I renamed the downloaded .gbff file and was able to run snippy with the command:
Maybe try running the command again? |
I tried to run snippy with the following genbank file:
https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/008/632/635/GCF_008632635.1_ASM863263v1/GCF_008632635.1_ASM863263v1_genomic.gbff.gz
However, the pipeline failed for me when snpEff started.
My snpEff version is SnpEff 5.2a (build 2023-10-24 14:24)
The I command called was:
snippy --cpus 60 --outdir outdir --ref GCF_008632635.1_ASM863263v1_genomic.gbff --R1 forward.fastq.gz --R2 reverse.fastq.gz
I also tried replacing gbff with gbk, but unsuccessfully.
I'd appreciate your help
The text was updated successfully, but these errors were encountered: