Mercurial > repos > jjohnson > snpeff
comparison snpEff_databases.xml @ 23:924af057bbca draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
| author | jjohnson |
|---|---|
| date | Sat, 09 Apr 2016 11:51:40 -0400 |
| parents | bb0797deab78 |
| children |
comparison
equal
deleted
inserted
replaced
| 22:bb0797deab78 | 23:924af057bbca |
|---|---|
| 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> |
| 10 <![CDATA[ | 10 <![CDATA[ |
| 11 java -jar \$SNPEFF_JAR_PATH/snpEff.jar databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > $snpeff_dbs | 11 java -jar "\$SNPEFF_JAR_PATH/snpEff.jar" databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > "$snpeff_dbs" |
| 12 ]]> | 12 ]]> |
| 13 </command> | 13 </command> |
| 14 <inputs> | 14 <inputs> |
| 15 </inputs> | 15 </inputs> |
| 16 <outputs> | 16 <outputs> |
| 17 <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> | 17 <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" /> |
| 18 </outputs> | 18 </outputs> |
| 19 <tests> | |
| 20 <test> | |
| 21 <output name="snpeff_dbs"> | |
| 22 <assert_contents> | |
| 23 <has_text text="ebola_zaire" /> | |
| 24 </assert_contents> | |
| 25 </output> | |
| 26 </test> | |
| 27 </tests> | |
| 19 <help><![CDATA[ | 28 <help><![CDATA[ |
| 20 | 29 |
| 21 @EXTERNAL_DOCUMENTATION@ | 30 @EXTERNAL_DOCUMENTATION@ |
| 22 | 31 |
| 23 @CITATION_SECTION@ | |
| 24 | |
| 25 ]]> | 32 ]]> |
| 26 </help> | 33 </help> |
| 34 <expand macro="citations" /> | |
| 27 </tool> | 35 </tool> |
| 28 | 36 |
