zip
--compression <[NONE, GZIP, ZIP]> |
By selecting e.g. zip or gzip the exported result will be compressed (default: NONE) |
-d, --destination <ClcFileUrl> |
The destination to export the files to |
|
|
--filenamepattern <String> |
Placeholders available for defining custom export file names are: * input or 1 - default name of the data element being exported * extension or 2 - default extension for the chosen format * counter or 3 - incremented number, useful when exporting multiple files * host - name of the machine the job is run on * user - name of the user who launched the job * year, month, day, hour, minute, and second - timestamp information based on the time an output is created. (default: input.extension) |
-i, --input <ClcObjectUrl> |
Input data on server |
--log <Boolean> |
Enable creation of algo log file. (default: false) |
--maxcompat <Boolean> |
With this option checked, data will be exported without the internal compression that was introduced in CLC Genomics Workbench 12.0, CLC Main Workbench 8.1, and CLC Genomics Server 11.0. This is needed when exporting data intended for use with CLC software versions older than these, where internal compression is not supported. Data exported with this option enabled may be larger than it would be otherwise. (default: false) |
--onefile <Boolean> |
If you have selected multiple elements for export, they can be exported in one file, if the format accepts it. (default: true) |