compute_checksum
- description
- Generates an MD5 checksum for the input file
- outputs
- {'md5sum': 'STDOUT of the
md5sum
command that has been redirected to a file'}
Inputs
Required
_runtime
(Any, required)file
(File, required): Input file to generate MD5 checksum for
Defaults
modify_disk_size_gb
(Int, default=0): Add to or subtract from dynamic disk space allocation. Default disk size is determined by the size of the inputs. Specified in GB.
Outputs
md5sum
(File)