Published November 10, 2019
| Version 1.7.0
Software
Open
nextgenusfs/funannotate: funannotate v1.7.0
Authors/Creators
- 1. @RedVentures
- 2. University of California-Riverside
- 3. Harvard University
Description
Code has been repackaged to conform to a "proper" python package -- which means it now also resides on PyPi and a Bioconda package can be built. Along with the repackaging there are many improvements/fixes.
- funannotate now keeps track of "trained species" for all of the ab-initio gene predictors (Augustus, gene mark (optional), snap, GlimmerHMM, codingquarry). This requires all users to update their database, ie
funannotate setupcommand. After runningfunannotate predictthe software will output a JSON file containing the paths to the trained parameter files -- this can be used again for a different genome via thefunannotate predict --parametersoptions. This parameter file can also be added to the database with thefunannotate species -s genus_species -a parameters.jsoncommand. Running thefunannotate speciescommand will output a table in the command line of which species have training data. Addressed #320 - antiSMASH remote script fixed and parser updated for v5 output.
- added filtering for gene models that start/end in a gap that can sometimes show up after running
funannotate update - added a check for
diamondversion of the database and current copy -- this results in many hidden errors by users, ie diamond databases were created with an older/incompatible version than what is running currently. - updated
Augustusfunctional check - removed
RepeatModeler/RepeatMaskeras strict dependencies. Due to RepBase change in usage license, repeatmasker/modeler are not available to most users. Thefunannotate maskcommand can still run this routine if you have the necessary dependencies installed, however, the current default is simply to runtantanmasking. This is probably not sufficient for most genomes, thus happy to integrate a robust solution once one exists for repeat masking. - augustus parameter training now done in the local output folder, so no longer need write access to $AUGUSTUS_CONFIG_PATH
Files
nextgenusfs/funannotate-1.7.0.zip
Files
(489.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:376e80f6104e4de45e48b86f25256bd1
|
489.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nextgenusfs/funannotate/tree/1.7.0 (URL)