Mercurial > repos > bgruening > confab
diff confab.xml @ 21:ff23947232d0 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
author | bgruening |
---|---|
date | Sun, 01 Nov 2015 10:29:42 -0500 |
parents | a396884f933a |
children |
line wrap: on
line diff
--- a/confab.xml Tue Jul 23 14:53:58 2013 +0200 +++ b/confab.xml Sun Nov 01 10:29:42 2015 -0500 @@ -4,15 +4,18 @@ <requirements> <requirement type="package" version="1.0.1">confab</requirement> </requirements> - <command> confab + <command> +<![CDATA[ + confab -i ${infile.ext} -o sdf - -r $RMSD - -e $energy - -c $conformers - $first_conformer + -r $RMSD + -e $energy + -c $conformers + $first_conformer $infile - $outfile 2>&1 + $outfile 2>&1 +]]> </command> <inputs> <param name="infile" type="data" format="sdf,mol2" label="Input molecule with 3D coordinates" help="Dataset missing? See TIP below"/> @@ -32,9 +35,10 @@ <param name='conformers' value='100000' /> <param name='first_conformer' value='-a' /> <output name="outfile" file='confab_on_CID_3033.sdf' ftype='sdf' /> - </test> + </test> </tests> <help> +<![CDATA[ .. class:: infomark @@ -51,7 +55,7 @@ **Input** * Example:: - + 21.2060 9.9350 63.0810 C 0 0 0 0 0 0 0 0 0 0 0 0 21.2410 9.4460 64.5510 C 0 0 0 0 0 0 0 0 0 0 0 0 22.0000 8.1250 64.6300 C 0 0 0 0 0 0 0 0 0 0 0 0 @@ -133,6 +137,6 @@ .. _Confab: https://code.google.com/p/confab/ - </help> - +]]> + </help> </tool>