Mercurial > repos > iuc > snpeff
comparison snpEff_databases.xml @ 11:81fba81425a4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 5c6d595ecbf2e4e39c25662a165c9e475e01ecd1
| author | iuc |
|---|---|
| date | Tue, 18 Apr 2017 09:33:43 -0400 |
| parents | 1501e66908de |
| children | 7b299e699755 |
comparison
equal
deleted
inserted
replaced
| 10:3efa0848f013 | 11:81fba81425a4 |
|---|---|
| 1 <tool id="snpEff_databases" name="SnpEff Available Databases" version="@WRAPPER_VERSION@.0"> | 1 <tool id="snpEff_databases" name="SnpEff available databases" version="@WRAPPER_VERSION@.0"> |
| 2 <description></description> | 2 <description></description> |
| 3 <macros> | 3 <macros> |
| 4 <import>snpEff_macros.xml</import> | 4 <import>snpEff_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
| 7 <expand macro="stdio" /> | 7 <expand macro="stdio" /> |
| 8 <expand macro="version_command" /> | 8 <expand macro="version_command" /> |
| 9 <command> | 9 <command><![CDATA[ |
| 10 <![CDATA[ | 10 snpEff databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > '$snpeff_dbs' |
| 11 @CONDA_SNPEFF_JAR_PATH@ && | 11 ]]></command> |
| 12 java -jar "\$SNPEFF_JAR_PATH/snpEff.jar" databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > "$snpeff_dbs" | |
| 13 ]]> | |
| 14 </command> | |
| 15 <inputs> | 12 <inputs> |
| 16 </inputs> | 13 </inputs> |
| 17 <outputs> | 14 <outputs> |
| 18 <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> | 15 <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> |
| 19 </outputs> | 16 </outputs> |
| 25 </assert_contents> | 22 </assert_contents> |
| 26 </output> | 23 </output> |
| 27 </test> | 24 </test> |
| 28 </tests> | 25 </tests> |
| 29 <help><![CDATA[ | 26 <help><![CDATA[ |
| 30 | |
| 31 @EXTERNAL_DOCUMENTATION@ | 27 @EXTERNAL_DOCUMENTATION@ |
| 32 | 28 ]]></help> |
| 33 ]]> | |
| 34 </help> | |
| 35 <expand macro="citations" /> | 29 <expand macro="citations" /> |
| 36 </tool> | 30 </tool> |
| 37 | 31 |
