ENCODE-DCC / croo

Cromwell output organizer
MIT License
13 stars 3 forks source link

Docs up to date? #7

Closed guma44 closed 4 years ago

guma44 commented 5 years ago

Thanks for nice package! Is this doc statement still true?

WARNING: Unfortunately, for an output variable [OUT_VAR_NAME_IN_TASK] in a task Croo does not currently support Array[File] type. It only supports File type. task t1 { command { ... } output { Array[File] out_list # NOT SUPPORTED File out # SUPPORTED } }

Rafal

leepc12 commented 4 years ago

Sorry, I will remove it from the doc. Array[File] is supported.