|
@@ -249,12 +249,12 @@ function chado_analysis_kegg_form ($node){
|
|
'results that cannot be linked to a feature will be '.
|
|
'results that cannot be linked to a feature will be '.
|
|
'discarded.'),
|
|
'discarded.'),
|
|
);
|
|
);
|
|
-/* $form['kegg']['keggkeywordjob'] = array(
|
|
|
|
|
|
+ $form['kegg']['keggkeywordjob'] = array(
|
|
'#type' => 'checkbox',
|
|
'#type' => 'checkbox',
|
|
'#title' => t('Submit a job to extract keywords from the KEGG html output'),
|
|
'#title' => t('Submit a job to extract keywords from the KEGG html output'),
|
|
'#description' => t('Note: KEGG results are only searchable after keywords are extracted.'),
|
|
'#description' => t('Note: KEGG results are only searchable after keywords are extracted.'),
|
|
);
|
|
);
|
|
-*/
|
|
|
|
|
|
+
|
|
return $form;
|
|
return $form;
|
|
}
|
|
}
|
|
/**
|
|
/**
|