Menolin Sharma
Menolin Sharma
I am trying to load EDAM vocabulary to the Tripal. However, I got the following error. What could be the reason for this? ``` Running 'OBO Vocabulary Loader' importer NOTE:...
I have a question about creating custom table in tripal. So this is the schema I came up with: ``` array ( 'table' => 'isolates_summary', 'fields' => array ( 'organism_id'...
I have linked every analysis to respective organism using analysis_organism table in the chado schema. However, in the analysis web page, I cannot see the organism to be linked to...
I used the following command to load annotations from a gff file to chado database: ``` gmod_bulk_load_gff3.pl --organism --gfffile --remove_lock ``` The file runs but creates the following error for...