gff2das |
gff2das --man | --help | --verbose | --version
gff2das --preferred_group g1,g2...gn --gffversion N features.gff > features.das
gff2das --groupclass MyGroup --gffversion 1 v1features.gff > v1features.das
Translate GFF lines to 'DAS [annotations]' format such as are used by DAS/Genboree. Adheres to required interpretation of GFF per documentation in Bio::DB::GFF.
Options are specified on the command line. Their case is ignored, and they may be abbreviated to uniqueness (i.e. --h instead of --help).
Version 3 expects an '=' between attribute and value.
It is overridden by any '##gff-version' line appearing in the input as allowed by GFF spec.
Also, pre Bio::DB::GFF spec: '``Target'' tag is always used for grouping
regardless of the preferred_groups()
setting'... and it is expected to
be followed by either a target name (placed in output column 2 as
group name if present) and 2 match location values, or just the match
location values, which in either case are placed in DAS tstart and
tend columns.
translate GFF lines to 'DAS [annotation]' format such as are used by DAS/Genboree. Handle group semantics in accordance with GFF documentation in Bio::DB::GFF
GFF validation is very loose - if it has 9 columns it is treated as GFF and parsed.
gff2das --man
gff2das --preferred_group 'TFBS,TF' --gffversion 3 gff2das.test.gff
$Revision: 0.01$
Malcolm Cook (mec@stowers-institute.org)
perl
http://research.stowers-institute.org/mec/software/scripts/gff2das
gff2das |