Files
galaxy/test/functional/tools/mulled_example_explicit.xml
T
John Chilton 8d8bf5eaff Dockerized job integration testing.
Add simple test cases for both mulled containers and explicit Docker image resolution.
2018-01-09 09:30:15 -05:00

22 lines
584 B
XML

<tool id="mulled_example_explicit" name="mulled_example_explicit" version="0.1.0">
<requirements>
<requirement type="package" version="0.7.15">bwa</requirement>
<container type="docker">quay.io/biocontainers/bwa:0.7.15--0</container>
</requirements>
<stdio>
<exit_code range="2:" />
</stdio>
<command><![CDATA[
bwa > $output_1 2>&1
]]></command>
<inputs>
</inputs>
<outputs>
<data name="output_1" />
</outputs>
<help><![CDATA[
TODO: Fill in help.
]]></help>
<tests>
</tests>
</tool>