Closed dheiman closed 7 years ago
Looking at google.cfg, there is a FORMAT field in the loadfile section set to firecloud, but looking at the codebase, this is never consumed, and gdc_loadfile has no actual code to generate FireCloud loadfiles.
google.cfg
FORMAT
loadfile
firecloud
gdc_loadfile
This is nominally operational, as of commit https://github.com/broadinstitute/gdctools/commit/df437aba5baf8d4204a45577d4968ba6bf4e15fe
Looking at
google.cfg
, there is aFORMAT
field in theloadfile
section set tofirecloud
, but looking at the codebase, this is never consumed, andgdc_loadfile
has no actual code to generate FireCloud loadfiles.