File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def flatten(l):
1919 flatList .append (elem )
2020 return flatList
2121
22- version = '0.5.3 '
22+ version = '0.5.4 '
2323
2424default_help = """
2525Usage: funannotate <command> <arguments>
@@ -124,7 +124,8 @@ def flatten(l):
124124 --busco_seed_species Augustus pre-trained species to start BUSCO. Default: anidulans
125125 --optimize_augustus Run 'optimze_augustus.pl' to refine training (long runtime)
126126 --busco_db BUSCO models. Default: dikarya. `funannotate outgroups --show_buscos`
127- --organism Fungal-specific options. Default: fungus. [fungus,other]
127+ --organism Fungal-specific options. Default: fungus. [fungus,other]
128+ --ploidy Ploidy of assembly. Default: 1
128129
129130 --augustus_gff Pre-computed AUGUSTUS GFF3 results (must use --stopCodonExcludedFromCDS=False)
130131 --genemark_gtf Pre-computed GeneMark GTF results
You can’t perform that action at this time.
0 commit comments