Skip to content

Releases: nextgenusfs/funannotate

funannotate v0.2.11

23 May 17:33
Compare
Choose a tag to compare
  • fix bug where tRNA predictions lacking 'product' annotation would cause funannotate annotate to die
  • build in check for fasta header length for funannotate predict, max is 16 characters for GenBank format

funannotate v0.2.10

19 May 03:18
Compare
Choose a tag to compare
  • bug fix for funannotate predict and an empty --transcript_evidence option
  • bug fix for NCBI error parsing in funannotate predict

funannotate v0.2.8

11 May 15:36
Compare
Choose a tag to compare
  • fix bug that crashed checking input files for --protein_evidence or --transcript_evidence if passing multiple files separated by a ,
  • Add backbone secondary metabolism summary to funannotate compare

funannotate v0.2.7

04 May 22:22
Compare
Choose a tag to compare
  • added summary of transcription factors to funannotate compare based off of InterProScan domain hits.
  • a few minor bug fixes

funannotate v0.2.6

02 May 16:42
Compare
Choose a tag to compare
  • bug fix on some NCBI genbank files where protein ID/locus ID aren't entered in the way that funannotate expects them
  • bug fix for funannotate predict when generating augustus hints files

funannotate v0.2.5

29 Apr 18:54
Compare
Choose a tag to compare
  • fix bug in processing antismash results, a typo on file handle
  • increase signalp chunks to 40 to further reduce memory consumption
  • fix naming of signalp graph and orientation of x-axis names

funannotate v0.2.4

29 Apr 18:36
Compare
Choose a tag to compare
  • fix memory problem of running whole genome through signalp, now splits into 20 chunks, should result in < 200 proteins per run
  • work around for BUSCO/Augustus training problem if augustus species set to generic
  • fix typo in v0.2.3

funannotate v0.2.2

29 Apr 15:07
Compare
Choose a tag to compare
  • yet another fix for goatools changing format. goatools v0.6.4 is now required, previous versions are not supported
  • Added signalp search to funanntoate annotate and funannotate compare. Since signalp has to be manually installed and configured, it will only be run if the program is detected and won't be listed as a dependency.

funannotate v0.2.1

28 Apr 19:53
Compare
Choose a tag to compare
  • fix another bug due to goatools format changes

funannotate v0.1.9

28 Apr 17:08
Compare
Choose a tag to compare
  • bug fix for GO enrichment using goatools as the developers changed the input parameters for the enrichment script
  • funannotate predict now uses hints for augustus prediction. hints are generated from BLAT transcript alignments from the --transcript_evidence option and protein hints are generated from exonerate alignments from the --protein_evidence option. The weights file from evidence modeler was adjusted slightly to account for better predictions from augustus.