Releases: usegalaxy-eu/ena-upload-cli
Releases · usegalaxy-eu/ena-upload-cli
0.3.0
This release includes:
- Updated the XSD templates from ENA enabling correct local validations of the tables
- Updated XML templates to support new fields
- Replacing the
curl
dependency with therequests
library from python (thank you @mobilegenome!) --version
option to print out the version of the tool
0.2.8
0.2.7
Zenodo release
0.2.6 add usegalaxy.eu badge
0.2.5
--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>