Mercurial > repos > dfornika > snippy
comparison snippy-core.xml @ 8:c441153cb4c2 draft
planemo upload for repository https://github.com/tseemann/snippy commit 73ec6ea773b1b88f7c32a2e8bc57b644b82f7ff9-dirty
author | dfornika |
---|---|
date | Mon, 21 Jan 2019 18:26:12 -0500 |
parents | 3f5ced130c5c |
children | 8a6b951f6ec2 |
comparison
equal
deleted
inserted
replaced
7:ab3026667cdc | 8:c441153cb4c2 |
---|---|
8 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
9 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
10 | 10 |
11 python '$__tool_directory__/snippy_core_wrapper.py' | 11 python '$__tool_directory__/snippy_core_wrapper.py' |
12 --ref '$ref' | 12 --ref '$ref' |
13 --indirs '${" ".join(map(str, $indirs))}' | 13 --indirs '$indirs' |
14 | 14 |
15 ]]></command> | 15 ]]></command> |
16 | 16 |
17 <inputs> | 17 <inputs> |
18 <param name="indirs" type="data" multiple="true" format="zip" label="Snippy input zipped dirs" help="Select all the snippy inputs for alignment" /> | 18 <param name="indirs" type="data" multiple="true" format="zip" label="Snippy input zipped dirs" help="Select all the snippy inputs for alignment" /> |