Mercurial > repos > wolma > mimodd
comparison cloudmap.xml @ 2:72d20758ba2c
final upload
author | wolma |
---|---|
date | Wed, 11 Feb 2015 09:23:43 -0500 |
parents | a548b3c6ed00 |
children | ffee8534a5c4 |
comparison
equal
deleted
inserted
replaced
1:a548b3c6ed00 | 2:72d20758ba2c |
---|---|
1 <tool id="cloudmap_prepare" name="Prepare variant data for mapping"> | 1 <tool id="cloudmap_prepare" name="Prepare variant data for mapping"> |
2 <description>with the CloudMap series of tools.</description> | 2 <description>with the CloudMap series of tools.</description> |
3 <requirements> | 3 <macros> |
4 <requirement type="package">mimodd</requirement> | 4 <import>toolshed_macros.xml</import> |
5 </requirements> | 5 </macros> |
6 <expand macro="requirements"/> | |
6 <version_command>mimodd version -q</version_command> | 7 <version_command>mimodd version -q</version_command> |
7 <command> | 8 <command> |
8 mimodd cloudmap "$ifile" ${run.mode} | 9 mimodd cloudmap "$ifile" ${run.mode} |
9 | 10 |
10 #if $str($run.mode) != "SVD": | 11 #if $str($run.mode) != "SVD": |