henriqueribeiro / cromwell

Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
http://cromwell.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Missing optional Output Files #54

Open geertvandeweyer opened 5 days ago

geertvandeweyer commented 5 days ago

An optional output file cause delocalization to fail, although valid :

output { File? myFile="results.txt" }

=> delocalization should allow results.txt to be missing

geertvandeweyer commented 5 days ago

look in : wom/src/main/scala/wom/WomFileType.scala to start...