File: control

package info (click to toggle)
gff2aplot 2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,744 kB
  • ctags: 320
  • sloc: perl: 5,373; ansic: 802; makefile: 112
file content (54 lines) | stat: -rw-r--r-- 3,111 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: gff2aplot
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Nelson A. de Oliveira <naoliv@debian.org>,
 Andreas Tille <tille@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gff2aplot/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gff2aplot/trunk/
Homepage: http://genome.imim.es/software/gfftools/GFF2APLOT.html

Package: gff2aplot
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Suggests: postscript-viewer, gff2ps
Description: pair-wise alignment-plots for genomic sequences in PostScript
 A program to visualize the alignment of two genomic sequences together with
 their annotations. From GFF-format input files it produces PostScript figures
 for that alignment.
 The following menu lists many features of gff2aplot:
  * Comprehensive alignment plots for any GFF-feature. Attributes are defined
    separately so you can modify only whatsoever attributes for a given file or
    share same customization across different data-sets.
  * All parameters are set by default within the program, but it can be also
    fully configured via gff2ps-like flexible customization files. Program can
    handle several of such files, summarizing all the settings before producing
    the corresponding figure. Moreover, all customization parameters can be set
    via command-line switches, which allows users to play with those parameters
    before adding any to a customization file.
  * Source order is taken from input files, if you swap file order you can
    visualize alignment and its annotation with the new input arrangement.
  * All alignment scores can be visualized in a PiP box below gff2aplot area,
    using grey-color scale, user-defined color scale or score-dependent
    gradients.
  * Scalable fonts, which can also be chosen among the basic PostScript default
    fonts. Feature and group labels can be rotated to improve readability in
    both annotation axes.
  * The program is still defined as a Unix filter so it can handle data from
    files, redirections and pipes, writing output to standard-output and
    warnings to standard error.
  * gff2aplot is able to manage many physical page formats (from A0 to A10, and
    more -see available page sizes in its manual-), including user-defined ones.
    This allows, for instance, the generation of poster size genomic maps, or
    the use of a continuous-paper supporting plotting device, either in portrait
    or landscape.
  * You can draw different alignments on same alignment plot and distinguish
    them by using different colors for each.
  * Shape dictionary has been expanded, so that further feature shapes are now
    available (see manual).
  * Annotation projections through alignment plots (so called ribbons) emulate
    transparencies via complementary color fill patterns. This feature allows
    to show color pseudo-blending when horizontal and vertical ribbons overlap.