Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ToolDistillator Galaxy Version 0.9.1+galaxy0 to 0.9.1+galaxy1 #6458

Merged
merged 4 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions tools/tooldistillator/macro.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">0.9.1</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">21.05</token>
<xml name="version_command">
<version_command><![CDATA[tooldistillator --version]]></version_command>
</xml>
<xml name="analysis_software_version">
<param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"/>
<conditional name="origin">
<param name="origin" type="select" label="Has the dataset just been imported?">
<option value="true">Yes</option>
<option value="false">No</option>
</param>
<when value="true">
<param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"/>
</when>
<when value="false"/>
</conditional>
</xml>
<xml name="reference_database_version">
<param argument="--reference_database_version" type="text" optional="true" label="Database software version"/>
Expand Down
Loading
Loading