- `--tool` option split in two: `--tool` TOOL_NAME default='ena-upload-cli' and `--tool_version` TOOL_VERSION default='0.2.5'
- `--tool` is not a mandatory option anymore
- tool_name and tool_version used for extra metadata fields in run, experiment, study and sample tables:
<RUN_ATTRIBUTES>
<RUN_ATTRIBUTE>
<TAG>SUBMISSION_TOOL</TAG>
<VALUE>${tool_name}</VALUE>
</RUN_ATTRIBUTE>
<RUN_ATTRIBUTE>
<TAG>SUBMISSION_TOOL_VERSION</TAG>
<VALUE>${tool_version}</VALUE>
</RUN_ATTRIBUTE>
</RUN_ATTRIBUTES>