comparison snpeff_genomes.xml @ 23:5db0545b9004 draft

update to v0.1.7.3
author wolma
date Thu, 21 Jul 2016 03:55:49 -0400
parents c46406466625
children
comparison
equal deleted inserted replaced
22:24154c580718 23:5db0545b9004
1 <tool id="snpeff_genomes" name="List Installed SnpEff Genomes" version="0.1.7.2"> 1 <tool id="snpeff_genomes" name="List Installed SnpEff Genomes" version="0.1.7.3">
2 <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description> 2 <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
3 <macros> 3 <macros>
4 <import>toolshed_macros.xml</import> 4 <import>toolshed_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements" />
7 <version_command>python3 -m MiModD version -q</version_command> 7 <version_command>python3 -m MiModD version -q</version_command>
8 <command> 8 <command>
9 python3 -m MiModD snpeff-genomes -o "$outputfile" 9 python3 -m MiModD snpeff-genomes -o "$outputfile"
10 </command> 10 </command>
11 <outputs> 11 <outputs>
12 <data name="outputfile" format="tabular" /> 12 <data format="tabular" name="outputfile" />
13 </outputs> 13 </outputs>
14 <help> 14 <help>
15 .. class:: infomark 15 .. class:: infomark
16 16
17 **What it does** 17 **What it does**