spficklin 14 年之前
父節點
當前提交
7c9e202c0e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tripal_analysis_unigene/tripal_analysis_unigene.module

+ 3 - 3
tripal_analysis_unigene/tripal_analysis_unigene.module

@@ -186,21 +186,21 @@ function chado_analysis_unigene_form ($node){
       '#description' => t('Unigene Contig statistics'),
       '#collapsible' => TRUE,
 	);
-	$form['unigene_stats']['contig_min_len'] = array(
+	$form['contig_stats']['contig_min_len'] = array(
       '#title' => t('Minimum Contig Length'),
       '#type' => 'textfield',
       '#required' => FALSE,
       '#description' => t('Provide the length of the smallest contig'),
       '#default_value' => $contig_min_len,
 	);
-	$form['unigene_stats']['contig_max_len'] = array(
+	$form['contig_stats']['contig_max_len'] = array(
       '#title' => t('Maximum Contig Length'),
       '#type' => 'textfield',
       '#required' => FALSE,
       '#description' => t('Provide the length of the largest contig'),
       '#default_value' => $contig_max_len,
 	);
-	$form['unigene_stats']['contig_avg_len'] = array(
+	$form['contig_stats']['contig_avg_len'] = array(
       '#title' => t('Average Contig Length'),
       '#type' => 'textfield',
       '#required' => FALSE,