Project

General

Profile

Idea #14888

Updated by Jiayong Li about 5 years ago

I'm running a workflow (catbeds.cwl) that uses expression tool to get all the bed files from a directory, and then catting them. The workflow works fine. 
 https://workbench.su92l.arvadosapi.com/container_requests/su92l-xvhdp-95zyqpj0b4k1nuz 

 But if I run the expression tool only (getbeds.cwl), it shows the beds as an empty array. 
 <pre> 
 { 
     "beds": [] 
 } 
 </pre> 

 This is very confusing when we're testing the expression tool alone.

Back