Mercurial > repos > wolma > mimodd
comparison cloudmap.xml @ 21:c46406466625 draft
Uploaded
author | wolma |
---|---|
date | Sat, 11 Jun 2016 19:10:44 -0400 |
parents | aba6d9b1c1f1 |
children | 5db0545b9004 |
comparison
equal
deleted
inserted
replaced
20:aba6d9b1c1f1 | 21:c46406466625 |
---|---|
1 <tool id="nacreousmap" name="NacreousMap" version="0.1.7.2"> | 1 <tool id="nacreousmap" name="NacreousMap" version="0.1.7.2"> |
2 <description>Map causative mutations by multi-variant linkage analysis.</description> | 2 <description>Map causative mutations by multi-variant linkage analysis.</description> |
3 <expand macro="requirements_rplot"/> | 3 <expand macro="requirements_rplot"/> |
4 <version_command>mimodd version -q</version_command> | 4 <version_command>python3 -m MiModD version -q</version_command> |
5 <command> | 5 <command> |
6 mimodd map ${opt.mode} "${opt.source.ifile}" | 6 python3 -m MiModD map ${opt.mode} "${opt.source.ifile}" |
7 #if $str($opt.source.sample): | 7 #if $str($opt.source.sample): |
8 -m "${opt.source.sample}" | 8 -m "${opt.source.sample}" |
9 #end if | 9 #end if |
10 #if $str($opt.source.related_parent_sample): | 10 #if $str($opt.source.related_parent_sample): |
11 -r "${opt.source.related_parent_sample}" | 11 -r "${opt.source.related_parent_sample}" |