You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for developing funannotate! I encountered a problem when predicting genes. I used funannotate v1.8.17 installed by conda and my command line was like:
The pipeline worked well and I got some results. But when I checked the log file, I found the SNAP predicted 0 genes and it was deleted in the EVM weights and json file.
I also noticed this issue #386 and try to install SNAP manually but it still didn't work. After checking the input of SNAP, "snap.training.zff" and I am sure something wrong with the input files.
And the "busco.final.gff3" file seems abnormal too:
scaffold_1 Augustus gene 283 2340 . + . ID=gene255;Name=EOG09261Q18;
scaffold_1 Augustus mRNA 283 2340 . + . ID=gene255.t1;Parent=gene255;product=hypothetical protein;
scaffold_1 Augustus exon 283 2340 . + . ID=gene255.t1.exon1;Parent=gene255.t1;
scaffold_1 Augustus exon 2338 2340 . + . ID=gene255.t1.exon2;Parent=gene255.t1;
scaffold_1 Augustus CDS 283 2340 . + 0 ID=gene255.t1.cds;Parent=gene255.t1;
scaffold_1 Augustus CDS 2338 2340 . + 0 ID=gene255.t1.cds;Parent=gene255.t1;
scaffold_1 Augustus gene 2389 4575 . - . ID=gene175;Name=EOG09261BPJ;
scaffold_1 Augustus mRNA 2389 4575 . - . ID=gene175.t1;Parent=gene175;product=hypothetical protein;
scaffold_1 Augustus exon 2389 4575 . - . ID=gene175.t1.exon1;Parent=gene175.t1;
scaffold_1 Augustus exon 2389 2391 . - . ID=gene175.t1.exon2;Parent=gene175.t1;
scaffold_1 Augustus CDS 2389 4575 . - 0 ID=gene175.t1.cds;Parent=gene175.t1;
scaffold_1 Augustus CDS 2389 2391 . - 0 ID=gene175.t1.cds;Parent=gene175.t1;
scaffold_1 Augustus gene 18732 21482 . + . ID=gene963;Name=EOG092628LW;
scaffold_1 Augustus mRNA 18732 21482 . + . ID=gene963.t1;Parent=gene963;product=hypothetical protein;
scaffold_1 Augustus exon 18732 19758 . + . ID=gene963.t1.exon1;Parent=gene963.t1;
scaffold_1 Augustus exon 19819 21482 . + . ID=gene963.t1.exon2;Parent=gene963.t1;
scaffold_1 Augustus exon 21480 21482 . + . ID=gene963.t1.exon3;Parent=gene963.t1;
scaffold_1 Augustus CDS 18732 19758 . + 0 ID=gene963.t1.cds;Parent=gene963.t1;
scaffold_1 Augustus CDS 19819 21482 . + 2 ID=gene963.t1.cds;Parent=gene963.t1;
scaffold_1 Augustus CDS 21480 21482 . + 0 ID=gene963.t1.cds;Parent=gene963.t1;
......
I have just listed the head of these files. And the problem is the gff3 file add an extra line for each gene as a exon, where it should be a stop codon. So that snap cannot recognize the genes and got empty "uni.ann". I think removing these lines manually will solve this problem. But I don't know how to fix it in the pipeline. So, do you have any idea about this problem and how can I make the snap work again?
Thanks very much. I am looking forward to your response.
The text was updated successfully, but these errors were encountered:
Thank you very much for developing funannotate! I encountered a problem when predicting genes. I used funannotate v1.8.17 installed by conda and my command line was like:
funannotate predict -i contigs.masked.fasta --transcript_evidence merged_EST.fna -o ./ --augustus_species saccharomyces --cpus 2 --species Candida_auris
The pipeline worked well and I got some results. But when I checked the log file, I found the SNAP predicted 0 genes and it was deleted in the EVM weights and json file.
logfile
I also noticed this issue #386 and try to install SNAP manually but it still didn't work. After checking the input of SNAP, "snap.training.zff" and I am sure something wrong with the input files.
And the "busco.final.gff3" file seems abnormal too:
I have just listed the head of these files. And the problem is the gff3 file add an extra line for each gene as a exon, where it should be a stop codon. So that snap cannot recognize the genes and got empty "uni.ann". I think removing these lines manually will solve this problem. But I don't know how to fix it in the pipeline. So, do you have any idea about this problem and how can I make the snap work again?
Thanks very much. I am looking forward to your response.
The text was updated successfully, but these errors were encountered: