Mercurial > repos > wolma > mimodd_cloudmap_prepare
comparison cloudmap.xml @ 3:dea4e23ba53f draft default tip
upgrade to v0.1.5.1
author | wolma |
---|---|
date | Fri, 16 Jan 2015 10:53:42 -0500 |
parents | e81a2448d1fb |
children |
comparison
equal
deleted
inserted
replaced
2:1fcb80c861c1 | 3:dea4e23ba53f |
---|---|
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" version="0.1.5">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": |