Rechercher une page de manuel
bp_process_sgd.1p
Langue: en
Version: 2009-03-10 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
process_sgd.pl - Massage SGD annotation flat files into a version suitable for the Generic Genome BrowserSYNOPSIS
% process_sgd.pl chromosomal_features.tab > yeast.gff
DESCRIPTION
This script massages the SGD sequence annotation flat files located at ftp://genome-ftp.stanford.edu/pub/yeast/data_dump/feature/chromosomal_features.tab into a version of the GFF format suitable for display by the generic genome browser.To use this script, get the SGD chromosomal_features.tab file from the FTP site listed above, and run the following command:
% process_sgd.pl chromosomal_features.tab > yeast.gff
The yeast.gff file can then be loaded into a Bio::DB::GFF database using the following command:
% bulk_load_gff.pl -d <databasename> yeast.gff
SEE ALSO
Bio::DB::GFF, bulk_load_gff.pl, load_gff.plAUTHOR
Lincoln Stein, lstein@cshl.orgCopyright (c) 2002 Cold Spring Harbor Laboratory
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre