Compare commits

..

No commits in common. "cac100d0acb005b4f24943efb910592739927961" and "4da6fa6f1558e467059cd9650a50535c7bff23a4" have entirely different histories.

2 changed files with 4 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
autobigs-cli_test_report.html autobigs-cli_test_report.html
galaxy-server/** galaxy-server/*

View File

@ -1,7 +1,7 @@
<tool id="autobigs-cli" name="AutoBIGS.CLI" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> <tool id="autobigs-cli" name="AutoBIGS.CLI" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
<description>Automated MLST typing from PubMLST and InstitutPasteur.</description> <description>Automated MLST typing from PubMLST and InstitutPasteur.</description>
<macros> <macros>
<token name="@TOOL_VERSION@">0.4.3</token> <token name="@TOOL_VERSION@">0.4.2</token>
<token name="@VERSION_SUFFIX@">0</token> <token name="@VERSION_SUFFIX@">0</token>
<import>autobigs-cli_macros.xml</import> <import>autobigs-cli_macros.xml</import>
<expand macro="bio_tools"/> <expand macro="bio_tools"/>
@ -35,9 +35,7 @@
<option value="databases"/> <option value="databases"/>
</param> </param>
<when value="schema"> <when value="schema">
<repeat name="schemas" title="Schemas"> <param name="selected_schema" argument="--retrieve-bigsdb-schemas" label="Retrieve schemas for" type="integer" min="0"/>
<param name="selected_schema" argument="--retrieve-bigsdb-schemas" label="Retrieve schemas for" type="integer" min="0"/>
</repeat>
</when> </when>
<when value="databases"> <when value="databases">
<!-- No need to do anything --> <!-- No need to do anything -->
@ -52,9 +50,7 @@
</conditional> </conditional>
</inputs> </inputs>
<outputs> <outputs>
<data name="mlst_profiles_output" label="${tool.name} on ${on_string}" format="csv"> <data name="mlst_profiles_output" label="${tool.name} on ${on_string}" format="csv" />
<filter>mode == "st"</filter>
</data>
</outputs> </outputs>
<tests> <tests>
<test> <test>