Skip to content

0.2.5

Compare
Choose a tag to compare
@bedroesb bedroesb released this 21 Dec 13:34
· 426 commits to master since this release
3a38dd3
  • --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>