Compare commits
No commits in common. "cac100d0acb005b4f24943efb910592739927961" and "4da6fa6f1558e467059cd9650a50535c7bff23a4" have entirely different histories.
cac100d0ac
...
4da6fa6f15
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
autobigs-cli_test_report.html
|
||||
galaxy-server/**
|
||||
galaxy-server/*
|
@ -1,7 +1,7 @@
|
||||
<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>
|
||||
<macros>
|
||||
<token name="@TOOL_VERSION@">0.4.3</token>
|
||||
<token name="@TOOL_VERSION@">0.4.2</token>
|
||||
<token name="@VERSION_SUFFIX@">0</token>
|
||||
<import>autobigs-cli_macros.xml</import>
|
||||
<expand macro="bio_tools"/>
|
||||
@ -35,9 +35,7 @@
|
||||
<option value="databases"/>
|
||||
</param>
|
||||
<when value="schema">
|
||||
<repeat name="schemas" title="Schemas">
|
||||
<param name="selected_schema" argument="--retrieve-bigsdb-schemas" label="Retrieve schemas for" type="integer" min="0"/>
|
||||
</repeat>
|
||||
</when>
|
||||
<when value="databases">
|
||||
<!-- No need to do anything -->
|
||||
@ -52,9 +50,7 @@
|
||||
</conditional>
|
||||
</inputs>
|
||||
<outputs>
|
||||
<data name="mlst_profiles_output" label="${tool.name} on ${on_string}" format="csv">
|
||||
<filter>mode == "st"</filter>
|
||||
</data>
|
||||
<data name="mlst_profiles_output" label="${tool.name} on ${on_string}" format="csv" />
|
||||
</outputs>
|
||||
<tests>
|
||||
<test>
|
||||
|
Loading…
x
Reference in New Issue
Block a user