Skip to content

Commit 3bf2db5

Browse files
Jon PalmerJon Palmer
Jon Palmer
authored and
Jon Palmer
committed
update commands docs
1 parent a8ed790 commit 3bf2db5

File tree

1 file changed

+26
-29
lines changed

1 file changed

+26
-29
lines changed

docs/commands.rst

+26-29
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Funannotate is a series of Python scripts that are launched from a Python wrappe
1313
1414
$ funannotate
1515
Usage: funannotate <command> <arguments>
16-
version: 1.0.0
16+
version: 1.0.1
1717
1818
Description: Funannotate is a genome prediction, annotation, and comparison pipeline.
1919
@@ -47,7 +47,7 @@ with a haploid genome, it has not been tested as a method to haplodize a polyplo
4747
.. code-block:: none
4848
4949
Usage: funannotate clean <arguments>
50-
version: 0.8.0
50+
version: 1.0.1
5151
5252
Description: The script sorts contigs by size, starting with shortest contigs it uses Mummer
5353
to find contigs duplicated elsewhere, and then removes duplicated contigs.
@@ -68,17 +68,16 @@ scaffolds that are shorter than a minimum length.
6868
.. code-block:: none
6969
7070
Usage: funannotate clean <arguments>
71-
version: 1.0.0
71+
version: 1.0.1
7272
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.
7576
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
8281
8382
8483
funannotate species
@@ -144,7 +143,7 @@ and $TRINITYHOME environmental variables need to be set or passed at runtime.
144143
.. code-block:: none
145144
146145
Usage: funannotate train <arguments>
147-
version: 1.0.0
146+
version: 1.0.1
148147
149148
Description: Script is a wrapper for genome-guided Trinity followed by PASA. Dependencies are
150149
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
192191
.. code-block:: none
193192
194193
Usage: funannotate predict <arguments>
195-
version: 1.0.0
194+
version: 1.0.1
196195
197196
Description: Script takes genome multi-fasta file and a variety of inputs to do a comprehensive whole
198197
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
207206
-s, --species Species name, use quotes for binomial, e.g. "Aspergillus fumigatus"
208207
209208
Optional: --isolate Isolate name, e.g. Af293
210-
--strain Strain name.
209+
--strain Strain name, e.g. FGSCA4
211210
--name Locus tag name (assigned by NCBI?). Default: FUN_
211+
--numbering Specify where gene numbering starts. Default: 1
212212
--maker_gff MAKER2 GFF file. Parse results directly to EVM.
213213
--pasa_gff PASA generated gene models. filename:weight
214214
--other_gff Annotation pass-through to EVM. filename:weight
@@ -258,7 +258,7 @@ and generating a new set with the supplied .tbl annotation file.
258258
.. code-block:: none
259259
260260
Usage: funannotate fix <arguments>
261-
version: 1.0.0
261+
version: 1.0.1
262262
263263
Description: Script takes a GenBank genome annotation file and an NCBI tbl file to
264264
generate updated annotation. Script is used to fix problematic gene models
@@ -282,7 +282,7 @@ NCBI rules.
282282
.. code-block:: none
283283
284284
Usage: funannotate update <arguments>
285-
version: 1.0.0
285+
version: 1.0.1
286286
287287
Description: Script will run PASA mediated update of gene models. It can directly update
288288
the annotation from an NCBI downloaded GenBank file using RNA-seq data or can be
@@ -304,9 +304,7 @@ NCBI rules.
304304
--single_norm Normalized single-ended FASTQ reads
305305
--trinity Pre-computed Trinity transcripts (FASTA)
306306
--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.
310308
--no_antisense_filter Skip anti-sense filtering.
311309
--no_normalize_reads Skip read Normalization
312310
--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
343341
.. code-block:: none
344342
345343
Usage: funannotate remote <arguments>
346-
version: 1.0.0
344+
version: 1.0.1
347345
348346
Description: Script runs remote server functional annotation for Phobius, InterProScan5, and
349347
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.
369367
.. code-block:: none
370368
371369
Usage: funannotate annotate <arguments>
372-
version: 1.0.0
370+
version: 1.0.1
373371
374372
Description: Script functionally annotates the results from funannotate predict. It pulls
375373
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.
381379
or
382380
--gff Genome GFF3 annotation file
383381
--fasta Genome in multi-fasta format
384-
--proteins Genome proteins in multi-fasta format
385382
-s, --species Species name, use quotes for binomial, e.g. "Aspergillus fumigatus"
386383
-o, --out Output folder for results
387384
388385
Optional: --sbt NCBI submission template file. (Recommended)
389386
-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)
394391
--isolate Isolate name
395392
--strain Strain name
396393
--busco_db BUSCO models. Default: dikarya
@@ -415,7 +412,7 @@ in a web browser.
415412
.. code-block:: none
416413
417414
Usage: funannotate compare <arguments>
418-
version: 1.0.0
415+
version: 1.0.1
419416
420417
Description: Script does light-weight comparative genomics between funannotated genomes. Output
421418
is graphs, phylogeny, CSV files, etc --> visualized in web-browser.
@@ -445,7 +442,7 @@ so funannotate knows where to locate the database files.
445442
.. code-block:: none
446443
447444
Usage: funannotate setup <arguments>
448-
version: 1.0.0
445+
version: 1.0.1
449446
450447
Description: Script will download/format necessary databases for funannotate.
451448
@@ -490,7 +487,7 @@ folder by running BUSCO and formatting it appropriately.
490487
.. code-block:: none
491488
492489
Usage: funannotate outgroups <arguments>
493-
version: 1.0.0
490+
version: 1.0.1
494491
495492
Description: Managing the outgroups folder for funannotate compare
496493

0 commit comments

Comments
 (0)