1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| $_> perl -Ilib bin/modware-export chado2canonicalgff3 help
modware-export chado2canonicalgff3 [-?chlopu] [long options...]
--write_sequence To write the fasta sequence(s) of
reference feature(s), default is true
-h -? --usage --help Prints this usage information.
--exclude_mitochondrial Exclude mitochondrial genome, default is
to include if it is present
--only_mitochondrial Output only mitochondrial genome if it is
present, default is false
-o --output Name of the output file, if absent
writes to STDOUT
--feature_name Output feature name instead of sequence
id in the seq_id field, default is off.
--attr --attribute Additional database attribute
--rt --reference_type The SO type of reference feature,
default is supercontig
--reference_id reference feature name/ID/accession
number. In this case, only all of its
associated features will be dumped. Takes
precedence over dumping with
mitochondrial options
--pass -p --password database password
--dsn database DSN
--schema_debug Output SQL statements that are executed,
default to false
-u --user database user
--log_level Log level of the logger, default is error
-l --logfile Name of logfile, default goes to STDERR
--species Name of species
--genus Name of the genus
-c --configfile yaml config file to specify all command
line options
--org --organism Common name of the organism whose genomic
features will be exported
|