| GFF2PS(1) | General Commands Manual | GFF2PS(1) |
gff2ps - Produces PostScript graphical output from GFF-files.
gff2ps [options] -- gff_files
This program draws color-filled DotPlots from files with gff-formatted data fields. The program takes as input the annotated features on a genomic sequence in GFF format, and produces a visual output in PostScript.
There are three environmental variables that can be set by users to their pre ferences:
+ You can specify the path where GFF2PS can find the default files with the
shell variable "GFF2PS_CFDIR". Default value is path where you are
running GFF2PS.
+ You can also define the default custom filename you will like with the
variable "GFF2PS_CUSTOMFILE", program default filename for custom
file is ".gff2psrc".
+ GFF2PS needs to write few temporary files in a directory with permissions
for current user to read and write. Default temporary directory path is set
to "/tmp/" but you can assign a different temporary directory path
using the variable "GFF2PS_TMP".
Setting those vars in Bourne-shell (bash):
export GFF2PS_CFDIR="path"
export GFF2PS_CUSTOMFILE="file_name"
export GFF2PS_TMP="path"
Using a C-Shell (csh):
setenv GFF2PS_CFDIR "path"
setenv GFF2PS_CUSTOMFILE "file_name"
setenv GFF2PS_TMP "path"
* Colors defined are:
Basic Colors: black white
Variable Colors: grey magenta violet blue skyblue cyan seagreen green lime
green yellow orange red brown
You can get five color shades from Variable Colors with "verydark",
"dark", "light" and "verylight" prefixes. An
example: verydarkseagreen darkseagreen seagreen lightseagreen
verylightseagreen
* Page Sizes defined are:
From A0 to A10, from B0 to B10, 10x14, executive, folio, ledger, legal,
letter, quarto, statement and tabloid.
gff2ps was written by Josep Francesc ABRIL FERRANDO <jabril@imim.es>.
This manual page was written by Nelson A. de Oliveira <naoliv@gmail.com>, for the Debian project (but may be used by others).
| Tue, 22 Mar 2005 12:58:35 -0300 |