Mercurial > repos > bgruening > openbabel
view modify/remove_protonation_state.xml @ 7:12822efbd4a4
Uploaded
author | bgruening |
---|---|
date | Sat, 11 May 2013 17:11:45 -0400 |
parents | e8dce9596b4c |
children | ec87a42dccec |
line wrap: on
line source
<tool id="ctb_remove_protonation_state" name="Remove protonation state"> <description>of every atom</description> <parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism> <command interpreter='python'> remove_protonation_state.py -i $infile -o $outfile --iformat "${infile.ext}" 2>&1 </command> <inputs> <param name="infile" type="data" format="sdf,smi,mol,inchi" label="Molecule file" help="Dataset missing? See TIP below"/> </inputs> <outputs> <data format_source="infile" name="outfile" /> </outputs> <tests> <test> </test> </tests> <help> **What it does** Remove protonation state of every atom. ----- </help> </tool>