Skip to content

Commit

Permalink
Merge pull request #6458 from clsiguret/tooldistillator-update
Browse files Browse the repository at this point in the history
Update ToolDistillator Galaxy Version 0.9.1+galaxy0 to 0.9.1+galaxy1
  • Loading branch information
bebatut authored Oct 17, 2024
2 parents 75d5141 + 3469275 commit 301f4d7
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 118 deletions.
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

0 comments on commit 301f4d7

Please sign in to comment.