ga4gh / task-execution-schemas

Apache License 2.0
82 stars 29 forks source link

Change memory data type from int to double #13

Closed buchanae closed 7 years ago

buchanae commented 7 years ago

The current protobuf data type for memory formats (Volume.sizeGb, Resources.minimumRamGb) is a uint32, and I propose changing this to a double. This will allow sizes within a GB (e.g. 2.5 GB) and would make integration with cromwell cleaner.

briandoconnor commented 7 years ago

+1