Augustus icon indicating copy to clipboard operation
Augustus copied to clipboard

Genome annotation with AUGUSTUS

Results 127 Augustus issues
Sort by recently updated
recently updated
newest added

Apparently, this is a result of 4Byte `int` not allowing for positions that are 2^31 or larger. Error message ``` examining piece 1..-1928087540 (-1928087540 bp) terminate called after throwing an...

Hi, I encountered an error when I provide a protein profile to the program. Running `fastBlockSearch ` gives this message: ``` terminate called after throwing an instance of 'PP::ProfileReadError' what():...

Dear Augustus team, I wanted to retrain an Augustus model with following command using Augustus 3.3.3 (yes, not the latest version but as far as I could see this doesn't...

Dear Author I had a problem when I went augustus with commond `augustus --species=h1tg000001l training.new.gb.test > test.2.CRF.out`. The error information is in fig below.How could I solve it ? ![image](https://user-images.githubusercontent.com/92568144/180478091-a6498d30-88d1-48ad-a031-7558417219ed.png)...

Hello, In a pangenome project in A. thaliana we have adopted @ekg's [PanSN contig naming scheme](https://github.com/pangenome/PanSN-spec). Specifically, we name contigs like `${INDIVIDUAL}#${HAPLOTYPE_N}#${CONTIG_OR_CHROM}`, e.g. `at9900#1#chr1`. However, gff2gbSmallDNA.pl [line 106](https://github.com/Gaius-Augustus/Augustus/blob/master/scripts/gff2gbSmallDNA.pl#L106) removes anything...

This is how I fixed #348 locally. There may be more places where such logic is used, and would also need correction.

Hi The following problems occurred when I used Augustus. when I installed it with conda: ``` conda install augustus=3.3.3 augustus --species=help ``` The following error occurs:(The version of gsl is...

Hi, I submitted a genome file and protein file for annotation training on Augustus web and get this error: **GBProcessor::getGeneList(): Stop codon out of sequence bounds. Ignoring sequence. Encountered error...

@KatharinaHoff, Hi, I'am using augustus etraining training a very large genome, approxiate ~10Gb. my training set is select from transdecoder result. my gene model is very long. longer than 1Mbp....

Hi I'm using singularity version 3.8.7-1.el8 and creating the Singularity container fails with ``` INFO: Adding help info INFO: Adding environment to container INFO: Adding testscript INFO: Running testscript cd...