Project

General

Profile

Bug #20493

Updated by Peter Amstutz 12 months ago

Reported that: 

 # In the process I/O panel, an input file array was displayed as "can't show" instead of rendering as expected 
 # In the panel to launch a workflow, allegedly the file array input isn't usable 

 Need to reproduce this, add a test, and fix it if there's an issue. 

 The parameter "fastqfile" shows "Cannot display value". 

 Here's the input type: 

 <pre> 
 inputs: [ 
 { 
   "default": null, 
   "id": "#main/fastqfile", 
   "type": [ 
     "null", 
     { 
       "items": "File", 
       "type": "array" 
     } 
   ] 
 } 
 ] 
 </pre>

Back