|
@@ -9,7 +9,7 @@ require_once "includes/parseInterpro.inc";
|
|
function tripal_analysis_interpro_init(){
|
|
function tripal_analysis_interpro_init(){
|
|
|
|
|
|
// Add javascript and style sheet
|
|
// Add javascript and style sheet
|
|
- drupal_add_css(drupal_get_path('module', 'tripal_analysis_interpro').'/theme/css/tripal_analysis_interpro.css');
|
|
|
|
|
|
+ drupal_add_css(drupal_get_path('module', 'tripal_analysis_interpro').'/theme/css/tripal_analysis_interpro.css', 'theme');
|
|
drupal_add_js( drupal_get_path('module', 'tripal_analysis_interpro').'/theme/js/tripal_analysis_interpro.js');
|
|
drupal_add_js( drupal_get_path('module', 'tripal_analysis_interpro').'/theme/js/tripal_analysis_interpro.js');
|
|
}
|
|
}
|
|
/*******************************************************************************
|
|
/*******************************************************************************
|
|
@@ -428,7 +428,7 @@ function tripal_analysis_interpro_preprocess_tripal_feature_interpro_results(&$v
|
|
|
|
|
|
// we don't know how many analysis are the old style HTML version and how many are the newer
|
|
// we don't know how many analysis are the old style HTML version and how many are the newer
|
|
// XML format. So, to be backwards compatible we should get both.
|
|
// XML format. So, to be backwards compatible we should get both.
|
|
- $feature->tripal_analysis_interpro->results->html = tripal_get_interpro_HTML_results($feature->feature_id);
|
|
|
|
|
|
+ // $feature->tripal_analysis_interpro->results->html = tripal_get_interpro_HTML_results($feature->feature_id);
|
|
$feature->tripal_analysis_interpro->results->xml = tripal_get_interpro_XML_results($feature->feature_id);
|
|
$feature->tripal_analysis_interpro->results->xml = tripal_get_interpro_XML_results($feature->feature_id);
|
|
}
|
|
}
|
|
|
|
|