Mercurial > repos > bgruening > openbabel
diff modify/remove_protonation_state.xml @ 0:6493d130f018
Uploaded
author | bgruening |
---|---|
date | Tue, 26 Mar 2013 14:49:44 -0400 |
parents | |
children | e8dce9596b4c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modify/remove_protonation_state.xml Tue Mar 26 14:49:44 2013 -0400 @@ -0,0 +1,30 @@ +<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="smi" name="outfile"/> + </outputs> + <tests> + <test> + </test> + </tests> + <help> + + +**What it does** +Remove protonation state of every atom. + +----- + + </help> +</tool>