Ver Fonte

removed target fasta upload; needs to be turned off/on by option

E.Cannon há 9 anos atrás
pai
commit
f83f264b5e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      includes/blast_ui.form_per_program.inc

+ 2 - 0
includes/blast_ui.form_per_program.inc

@@ -118,6 +118,7 @@ function blast_ui_per_blast_program_form($form, $form_state) {
     '#suffix' => '</div>',
     '#suffix' => '</div>',
   );
   );
 
 
+/*TODO: FIX THIS! Shouldn't come up if not selected in configuration
   // Upload a file as an alternative to enter a query sequence
   // Upload a file as an alternative to enter a query sequence
   $form['#attributes']['enctype'] = 'multipart/form-data';
   $form['#attributes']['enctype'] = 'multipart/form-data';
   $form['query']['UPLOAD'] = array(
   $form['query']['UPLOAD'] = array(
@@ -137,6 +138,7 @@ attempting to submit your BLAST.</strong>',
       'file_validate_size' => array(file_upload_max_size()),
       'file_validate_size' => array(file_upload_max_size()),
     ),
     ),
   );
   );
+*/
 
 
 
 
   // BLAST DATABASE
   // BLAST DATABASE