Mercurial > repos > iuc > snpeff
view snpEff_databases.xml @ 13:7b299e699755 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit dd7c0bd39f1f70fca81c1a5e25e71495aed231d9
| author | iuc |
|---|---|
| date | Tue, 14 Nov 2017 05:42:34 -0500 |
| parents | 81fba81425a4 |
| children | a7c106b938dd |
line wrap: on
line source
<tool id="snpEff_databases" name="SnpEff available databases" version="@WRAPPER_VERSION@.1"> <description></description> <macros> <import>snpEff_macros.xml</import> </macros> <expand macro="requirements" /> <expand macro="stdio" /> <expand macro="version_command" /> <command><![CDATA[ snpEff databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > '$snpeff_dbs' ]]></command> <inputs> </inputs> <outputs> <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> </outputs> <tests> <test> <output name="snpeff_dbs"> <assert_contents> <has_text text="ebola_zaire" /> </assert_contents> </output> </test> </tests> <help><![CDATA[ @EXTERNAL_DOCUMENTATION@ ]]></help> <expand macro="citations" /> </tool>
