Mercurial > repos > wolma > mimodd
comparison cloudmap.xml @ 1:a548b3c6ed00
corrected upload
author | wolma |
---|---|
date | Wed, 11 Feb 2015 08:57:11 -0500 |
parents | 6231ae8f87b8 |
children | 72d20758ba2c |
comparison
equal
deleted
inserted
replaced
0:6231ae8f87b8 | 1:a548b3c6ed00 |
---|---|
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> | |
4 <requirement type="package">mimodd</requirement> | |
5 </requirements> | |
3 <version_command>mimodd version -q</version_command> | 6 <version_command>mimodd version -q</version_command> |
4 <command> | 7 <command> |
5 mimodd cloudmap "$ifile" ${run.mode} | 8 mimodd cloudmap "$ifile" ${run.mode} |
6 | 9 |
7 #if $str($run.mode) != "SVD": | 10 #if $str($run.mode) != "SVD": |