Skip to content

Commit

Permalink
update to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer authored and Jon Palmer committed Dec 23, 2016
1 parent 74d0e3d commit 54afe9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions funannotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def flatten(l):
flatList.append(elem)
return flatList

version = '0.5.3'
version = '0.5.4'

default_help = """
Usage: funannotate <command> <arguments>
Expand Down Expand Up @@ -124,7 +124,8 @@ def flatten(l):
--busco_seed_species Augustus pre-trained species to start BUSCO. Default: anidulans
--optimize_augustus Run 'optimze_augustus.pl' to refine training (long runtime)
--busco_db BUSCO models. Default: dikarya. `funannotate outgroups --show_buscos`
--organism Fungal-specific options. Default: fungus. [fungus,other]
--organism Fungal-specific options. Default: fungus. [fungus,other]
--ploidy Ploidy of assembly. Default: 1
--augustus_gff Pre-computed AUGUSTUS GFF3 results (must use --stopCodonExcludedFromCDS=False)
--genemark_gtf Pre-computed GeneMark GTF results
Expand Down

0 comments on commit 54afe9e

Please sign in to comment.