Difference between revisions of "Funannotate"
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 2: | Line 2: | ||
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|funannotate}} | |{{#vardefine:app|funannotate}} | ||
− | |{{#vardefine:url| | + | |{{#vardefine:url|https://github.com/nextgenusfs/funannotate}} |
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine: | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> |
Revision as of 15:52, 1 March 2022
Description
Funannotate is a genome prediction, annotation, and comparison software package. It was originally written to annotate fungal genomes (small eukaryotes ~ 30 Mb genomes), but has evolved over time to accomodate larger genomes. The impetus for this software package was to be able to accurately and easily annotate a genome for submission to NCBI GenBank. Existing tools (such as Maker) require significant manually editing to comply with GenBank submission rules, thus funannotate is aimed at simplifying the genome submission process.
Environment Modules
Run module spider funannotate
to find out what environment modules are available for this application.
System Variables
- HPC_FUNANNOTATE_DIR - installation directory
- HPC_FUNANNOTATE_BIN - installation directory
Additional Information
If you are setting up funannotate for analysis you may have to run the following unannotate db setup job first:
if [[ ! -d config ]]; then module purge; module load augustus rsync -a $HPC_AUGUSTUS_CONF . fi export AUGUSTUS_CONFIG_PATH=$(pwd)/config funannotate setup -i all --update -d ./funannotate_db
Set the following environment variable in the job scripts for subsequent funannotate analyses.
export FUNANNOTATE_DB=$(pwd)/funannotate_db