Mercurial > repos > bgruening > openbabel_remduplicates
comparison macros.xml @ 13:12aca74f07d7 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 1fe240ef0064a1a4a66d9be1ccace53824280b75"
author | bgruening |
---|---|
date | Mon, 19 Oct 2020 14:47:33 +0000 |
parents | 50ca8845e7f5 |
children | b2569e22b40c |
comparison
equal
deleted
inserted
replaced
12:50ca8845e7f5 | 13:12aca74f07d7 |
---|---|
14 </xml> | 14 </xml> |
15 | 15 |
16 <xml name="infile_all_types"> | 16 <xml name="infile_all_types"> |
17 <param name="infile" format="sdf,mol,mol2,cml,inchi,smi,pdb" type="data" label="Molecular input file" | 17 <param name="infile" format="sdf,mol,mol2,cml,inchi,smi,pdb" type="data" label="Molecular input file" |
18 help="Valid file types are: SDF, MOL, MOL2, CML, InChI, SMILES, and PDB"/> | 18 help="Valid file types are: SDF, MOL, MOL2, CML, InChI, SMILES, and PDB"/> |
19 </xml> | |
20 | |
21 <xml name="infile_all_types_except_inchi"> | |
22 <param name="infile" format="sdf,mol,mol2,cml,smi,pdb" type="data" label="Molecular input file" | |
23 help="Valid file types are: SDF, MOL, MOL2, CML, SMILES, and PDB"/> | |
19 </xml> | 24 </xml> |
20 | 25 |
21 <xml name="2D_3D_opts"> | 26 <xml name="2D_3D_opts"> |
22 <param name="gen2d" type="boolean" truevalue="--gen2d" falsevalue="" checked="false" | 27 <param name="gen2d" type="boolean" truevalue="--gen2d" falsevalue="" checked="false" |
23 label="Generate 2D coordinates" help="(--gen2d)" /> | 28 label="Generate 2D coordinates" help="(--gen2d)" /> |