Contents
- Installation
- Data loading: the gene and sequence ontologies and a gff3 file
Suggestions for installation improvements:
...
Creating new 'Build' script for 'Chado' version '0.01'
lib/Chado/LoadDBI.pm -> blib/lib/Chado/LoadDBI.pm
lib/Chado/AutoDBI.pm -> blib/lib/Chado/AutoDBI.pm
Can't copy('lib/Chado/AutoDBI.pm', 'blib/lib/Chado/AutoDBI.pm'): Permission denied at /usr/local/perl/5.80/Library/Module/Build/Base.pm line 2296.
...
solution: remove blib/lib/Chado/AutoDBI.pm manually. I think this file should be replaced automatically during the 2nd try.
A possible bug?
A user needs root privileges to edit the above modules if he/she wanted to load the data into the 2nd database on the same server or the password was changed. It would be good if this could be made more flexible.
a list of chado modules:
fkang@bouzouki:/usr/local/perl/5.80/Library/Chado$ ls -l total 376 -r--r--r-- 1 root wheel 77919 19 Apr 17:24 AutoDBI.pm -r-xr-xr-x 1 root wheel 77919 15 Apr 13:39 AutoDBI.pm.old* -r--r--r-- 1 root wheel 12753 29 Mar 12:47 Builder.pm -r--r--r-- 1 root wheel 2554 29 Mar 12:47 Config.pm -r--r--r-- 1 root wheel 245 19 Apr 17:24 LoadDBI.pm -r--r--r-- 1 root wheel 261 29 Mar 13:58 LoadDBI.pm~
Solution: shut down and re-start.
Solution: just added 'derived_from' to the hash. NOTE: this problem has since been fixed in the cvs on the gmod site!
##sequence-region chrI 1 230210to:
chrI SGD chromosome 1 230210 . . . ID=chrI
Either the Sequence Ontology was incorrectly loaded, or this file doesn't contain GFF3 at gmod_load_gff3.pl line 252,Before doing 3., the error was:line 34.
Unable to find a source feature id for the reference sequence in this line: chrII SGD gene 646 1128 . + 0 ID "YBL113W-A" ; Note "Identified by gene-trapping, microarray-based expression analysis, and genome-wide homology searching" ; dbxref "SGD:S0028599" ; orf_classification Dubious That is, chrII should either have a entry in the feature table or earlier in this GFF file and it doesn't.The modified gff3 file can be found here.
Possible bug?
sgdlitedev=# select distinct t.name, f.type_id, t.cv_id, c.name from feature f, cvterm t, cv c where c.cv_id = t.cv_id and f.type_id = t.cvterm_id;
name | type_id | cv_id | name
---------------------------+---------+-------+-------------------
ARS | 17756 | 4 | Sequence Ontology
CDS | 17947 | 4 | Sequence Ontology
centromere | 1330 | 3 | Gene Ontology
chromosome | 341 | 3 | Gene Ontology
gene | 17827 | 4 | Sequence Ontology
long_terminal_repeat | 17640 | 4 | Sequence Ontology
ncRNA | 17977 | 4 | Sequence Ontology
non_transcribed_region | 17830 | 4 | Sequence Ontology
noncoding_exon | 17837 | 4 | Sequence Ontology
rRNA | 17979 | 4 | Sequence Ontology
region | 17622 | 4 | Sequence Ontology
repeat_family | 17762 | 4 | Sequence Ontology
retrotransposon | 17638 | 4 | Sequence Ontology
snRNA | 18007 | 4 | Sequence Ontology
snoRNA | 18019 | 4 | Sequence Ontology
tRNA | 17986 | 4 | Sequence Ontology
telomere | 1329 | 3 | Gene Ontology
transcribed_spacer_region | 17891 | 4 | Sequence Ontology
transposable_element_gene | 17828 | 4 | Sequence Ontology
I just manually updated these. NOTE: this problem has since been
fixed in cvs on the gmod site.
Suggestions for 0.003 data loading:
last update: