Mercurial > repos > bgruening > openbabel
diff modify/change_title_to_metadata_value.xml @ 2:125da3a296ca draft default tip
Uploaded
author | bgruening |
---|---|
date | Wed, 15 Jul 2015 12:13:08 -0400 |
parents | 527ecd2fc500 |
children |
line wrap: on
line diff
--- a/modify/change_title_to_metadata_value.xml Wed Aug 21 03:06:02 2013 -0400 +++ b/modify/change_title_to_metadata_value.xml Wed Jul 15 12:13:08 2015 -0400 @@ -5,12 +5,14 @@ <requirement type="package" version="2.3.2">openbabel</requirement> </requirements> <command interpreter="python"> +<![CDATA[ ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces change_title_to_metadata_value.py --infile "${infile}" --key "${key}" --outfile "${outfile}" +]]> </command> <inputs> <param name="infile" type="data" format="sdf,mol2" label="Compound File" help="Specify a compound file in SD- or MOL2-format."/> @@ -25,6 +27,7 @@ <data name="output" type="sdf" file="change_title_on_CID_3033.sdf"/> </tests> <help> +<![CDATA[ .. class:: infomark @@ -60,5 +63,6 @@ .. _Open Babel: http://openbabel.org/wiki/Main_Page +]]> </help> </tool>