소스 검색

Update variable description

As requested in https://github.com/tripal/tripal_blast/issues/74
btski 5 년 전
부모
커밋
d1fe9bf837
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(