@@ -13,7 +13,7 @@ Funannotate is a series of Python scripts that are launched from a Python wrappe
13
13
14
14
$ funannotate
15
15
Usage: funannotate <command> <arguments>
16
- version: 1.0.0
16
+ version: 1.0.1
17
17
18
18
Description: Funannotate is a genome prediction, annotation, and comparison pipeline.
19
19
@@ -47,7 +47,7 @@ with a haploid genome, it has not been tested as a method to haplodize a polyplo
47
47
.. code-block :: none
48
48
49
49
Usage: funannotate clean <arguments>
50
- version: 0.8.0
50
+ version: 1.0.1
51
51
52
52
Description: The script sorts contigs by size, starting with shortest contigs it uses Mummer
53
53
to find contigs duplicated elsewhere, and then removes duplicated contigs.
@@ -68,17 +68,16 @@ scaffolds that are shorter than a minimum length.
68
68
.. code-block :: none
69
69
70
70
Usage: funannotate clean <arguments>
71
- version: 1.0.0
71
+ version: 1.0.1
72
72
73
- Description: The script sorts contigs by size, starting with shortest contigs it uses Mummer
74
- to find contigs duplicated elsewhere, and then removes duplicated contigs.
73
+ Description: This script sorts the input contigs by size (longest->shortest) and then relabels
74
+ the contigs with a simple name (e.g. scaffold_1). Augustus can have problems with
75
+ some complicated contig names.
75
76
76
- Arguments: -i, --input Multi-fasta genome file (Required)
77
- -o, --out Cleaned multi-fasta output file (Required)
78
- -p, --pident Percent identity of overlap. Default = 95
79
- -c, --cov Percent coverage of overlap. Default = 95
80
- -m, --minlen Minimum length of contig to keep. Default = 500
81
- --exhaustive Test every contig. Default is to stop at N50 value.
77
+ Arguments: -i, --input Multi-fasta genome file. (Required)
78
+ -o, --output Sorted by size and relabeled output file. (Required)
79
+ -b, --base Base name to relabel contigs. Default: scaffold
80
+ --minlen Shorter contigs are discarded. Default: 0
82
81
83
82
84
83
funannotate species
@@ -144,7 +143,7 @@ and $TRINITYHOME environmental variables need to be set or passed at runtime.
144
143
.. code-block :: none
145
144
146
145
Usage: funannotate train <arguments>
147
- version: 1.0.0
146
+ version: 1.0.1
148
147
149
148
Description: Script is a wrapper for genome-guided Trinity followed by PASA. Dependencies are
150
149
Hisat2, Trinity, Samtools, Fasta, GMAP, Blat, MySQL, PASA. RapMap is optional but will
@@ -192,7 +191,7 @@ all of the data present. Finally, the GFF3 file is converted to NCBI GenBank for
192
191
.. code-block :: none
193
192
194
193
Usage: funannotate predict <arguments>
195
- version: 1.0.0
194
+ version: 1.0.1
196
195
197
196
Description: Script takes genome multi-fasta file and a variety of inputs to do a comprehensive whole
198
197
genome gene model prediction. Uses AUGUSTUS, GeneMark, BUSCO, BRAKER1, EVidence Modeler,
@@ -207,8 +206,9 @@ all of the data present. Finally, the GFF3 file is converted to NCBI GenBank for
207
206
-s, --species Species name, use quotes for binomial, e.g. "Aspergillus fumigatus"
208
207
209
208
Optional: --isolate Isolate name, e.g. Af293
210
- --strain Strain name.
209
+ --strain Strain name, e.g. FGSCA4
211
210
--name Locus tag name (assigned by NCBI?). Default: FUN_
211
+ --numbering Specify where gene numbering starts. Default: 1
212
212
--maker_gff MAKER2 GFF file. Parse results directly to EVM.
213
213
--pasa_gff PASA generated gene models. filename:weight
214
214
--other_gff Annotation pass-through to EVM. filename:weight
@@ -258,7 +258,7 @@ and generating a new set with the supplied .tbl annotation file.
258
258
.. code-block :: none
259
259
260
260
Usage: funannotate fix <arguments>
261
- version: 1.0.0
261
+ version: 1.0.1
262
262
263
263
Description: Script takes a GenBank genome annotation file and an NCBI tbl file to
264
264
generate updated annotation. Script is used to fix problematic gene models
@@ -282,7 +282,7 @@ NCBI rules.
282
282
.. code-block :: none
283
283
284
284
Usage: funannotate update <arguments>
285
- version: 1.0.0
285
+ version: 1.0.1
286
286
287
287
Description: Script will run PASA mediated update of gene models. It can directly update
288
288
the annotation from an NCBI downloaded GenBank file using RNA-seq data or can be
@@ -304,9 +304,7 @@ NCBI rules.
304
304
--single_norm Normalized single-ended FASTQ reads
305
305
--trinity Pre-computed Trinity transcripts (FASTA)
306
306
--jaccard_clip Turn on jaccard clip for dense genomes [Recommended for fungi]
307
- --pasa_gff PASA/Transdecoder GFF
308
- --pasa_config PASA assembly config file
309
- --kallisto Kallisto abundance tsv table
307
+ --pasa_config PASA assembly config file, i.e. from previous PASA run.
310
308
--no_antisense_filter Skip anti-sense filtering.
311
309
--no_normalize_reads Skip read Normalization
312
310
--no_trimmomatic Skip Quality Trimming of reads
@@ -343,7 +341,7 @@ if you can install these tools locally, those searches will likely be much faste
343
341
.. code-block :: none
344
342
345
343
Usage: funannotate remote <arguments>
346
- version: 1.0.0
344
+ version: 1.0.1
347
345
348
346
Description: Script runs remote server functional annotation for Phobius, InterProScan5, and
349
347
antiSMASH (fungi). These searches are slow, if you can setup these services locally
@@ -369,7 +367,7 @@ InterProScan 5 is run on your protein prior to running this script.
369
367
.. code-block :: none
370
368
371
369
Usage: funannotate annotate <arguments>
372
- version: 1.0.0
370
+ version: 1.0.1
373
371
374
372
Description: Script functionally annotates the results from funannotate predict. It pulls
375
373
annotation from PFAM, InterPro, EggNog, UniProtKB, MEROPS, CAZyme, and GO ontology.
@@ -381,16 +379,15 @@ InterProScan 5 is run on your protein prior to running this script.
381
379
or
382
380
--gff Genome GFF3 annotation file
383
381
--fasta Genome in multi-fasta format
384
- --proteins Genome proteins in multi-fasta format
385
382
-s, --species Species name, use quotes for binomial, e.g. "Aspergillus fumigatus"
386
383
-o, --out Output folder for results
387
384
388
385
Optional: --sbt NCBI submission template file. (Recommended)
389
386
-a, --annotations Custom annotations (3 column tsv file)
390
- --eggnog Eggnog-mapper annotations file.
391
- --antismash antiSMASH secondary metabolism results, GBK file.
392
- --iprscan InterProScan XML file
393
- --phobius Phobius pre-computed results (-short output )
387
+ --eggnog Eggnog-mapper annotations file (if NOT installed)
388
+ --antismash antiSMASH secondary metabolism results ( GBK file from output)
389
+ --iprscan InterProScan5 XML file
390
+ --phobius Phobius pre-computed results (if phobius NOT installed )
394
391
--isolate Isolate name
395
392
--strain Strain name
396
393
--busco_db BUSCO models. Default: dikarya
@@ -415,7 +412,7 @@ in a web browser.
415
412
.. code-block :: none
416
413
417
414
Usage: funannotate compare <arguments>
418
- version: 1.0.0
415
+ version: 1.0.1
419
416
420
417
Description: Script does light-weight comparative genomics between funannotated genomes. Output
421
418
is graphs, phylogeny, CSV files, etc --> visualized in web-browser.
@@ -445,7 +442,7 @@ so funannotate knows where to locate the database files.
445
442
.. code-block :: none
446
443
447
444
Usage: funannotate setup <arguments>
448
- version: 1.0.0
445
+ version: 1.0.1
449
446
450
447
Description: Script will download/format necessary databases for funannotate.
451
448
@@ -490,7 +487,7 @@ folder by running BUSCO and formatting it appropriately.
490
487
.. code-block :: none
491
488
492
489
Usage: funannotate outgroups <arguments>
493
- version: 1.0.0
490
+ version: 1.0.1
494
491
495
492
Description: Managing the outgroups folder for funannotate compare
496
493
0 commit comments