1BP_PROCESS_SGD(1)     User Contributed Perl Documentation    BP_PROCESS_SGD(1)
2
3
4

NAME

6       process_sgd.pl - Massage SGD annotation flat files into a version
7       suitable for the Generic Genome Browser
8

SYNOPSIS

10         % process_sgd.pl chromosomal_features.tab > yeast.gff
11

DESCRIPTION

13       This script massages the SGD sequence annotation flat files located at
14       ftp://genome-ftp.stanford.edu/pub/yeast/data_dump/feature/chromosomal_features.tab
15       into a version of the GFF format suitable for display by the generic
16       genome browser.
17
18       To use this script, get the SGD chromosomal_features.tab file from the
19       FTP site listed above, and run the following command:
20
21         % process_sgd.pl chromosomal_features.tab > yeast.gff
22
23       The yeast.gff file can then be loaded into a Bio::DB::GFF database
24       using the following command:
25
26         % bulk_load_gff.pl -d <databasename> yeast.gff
27

SEE ALSO

29       Bio::DB::GFF, bulk_load_gff.pl, load_gff.pl
30

AUTHOR

32       Lincoln Stein, lstein@cshl.org
33
34       Copyright (c) 2002 Cold Spring Harbor Laboratory
35
36       This library is free software; you can redistribute it and/or modify it
37       under the same terms as Perl itself.  See DISCLAIMER.txt for
38       disclaimers of warranty.
39
40
41
42perl v5.12.0                      2010-04-29                 BP_PROCESS_SGD(1)
Impressum