User Tools

Site Tools


chado

This is an old revision of the document!


Chado

Create new T.pava Chr1 Chado database from Chr1 Genbank file. Local version of Genbank file does not work. Downloaded new file from Genbank: NC_001142.gbk

Convert file to gff using script: <code> genbank2gff3.pl <code> Create pgsql database and load data:

createdb –template=chado tparvadb

psql tparvadb

chado> SELECT * FROM organism;

chado> INSERT INTO organism ( abbreviation, genus, species, common_name) VALUES ('T.testus','Test','testus','test');

chado> \q

gmod_bulk_load_gff3.pl –dbname tparvadb –dbxref GeneID –organism T.parva –gff T.parva_chr1.gb.gff

chado.1263456575.txt.gz · Last modified: 2010/05/22 14:19 (external edit)