Browse Source

Update variable description

As requested in https://github.com/tripal/tripal_blast/issues/74
btski 5 năm trước cách đây
mục cha
commit
d1fe9bf837
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      includes/blast_ui.form_advanced_options.inc

+ 1 - 1
includes/blast_ui.form_advanced_options.inc

@@ -48,7 +48,7 @@ function blast_ui_blastn_advanced_options_form(&$form, $form_state) {
     '#title' => t('Max target sequences:'),
     '#options' => _get_max_target('blastn'),
     '#default_value' => $defaults['max_target_seqs'],
-    '#description' => t('Select the maximum number of unique target sequences per query sequence to show results for.'),
+    '#description' => t('Select the maximum number of unique target sequences per query sequence to show results for. Results returned may not be the highest scoring hits. <a href="https://academic.oup.com/bioinformatics/article/35/9/1613/5106166">More Information</a>'),
   );
 
   $form['ALG']['GParam']['eVal'] = array(