comparison ob_remIons.xml @ 13:3153b6f3087c draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 1fe240ef0064a1a4a66d9be1ccace53824280b75"
author bgruening
date Mon, 19 Oct 2020 14:43:01 +0000
parents 354c048550f7
children 4e3b2049a4d3
comparison
equal deleted inserted replaced
12:354c048550f7 13:3153b6f3087c
1 <tool id="openbabel_remIons" name="Remove counterions and fragments" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> 1 <tool id="openbabel_remIons" name="Remove counterions and fragments" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
2 <description>from a library of compounds</description> 2 <description>from a library of compounds</description>
3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism--> 3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism-->
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 <token name="@GALAXY_VERSION@">0</token> 6 <token name="@GALAXY_VERSION@">1</token>
7 </macros> 7 </macros>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="aggressive"> 9 <command detect_errors="aggressive">
10 <![CDATA[ 10 <![CDATA[
11 python '$__tool_directory__/ob_remIons.py' 11 python '$__tool_directory__/ob_remIons.py'
22 </outputs> 22 </outputs>
23 <tests> 23 <tests>
24 <test> 24 <test>
25 <param name="infile" ftype="smi" value="2_mol.smi"/> 25 <param name="infile" ftype="smi" value="2_mol.smi"/>
26 <output name="outfile" ftype="smi" file="obrmions_on_2_mol.smi" /> 26 <output name="outfile" ftype="smi" file="obrmions_on_2_mol.smi" />
27 </test>
28 <test>
29 <param name="infile" ftype="inchi" value="na-sal.inchi"/>
30 <output name="outfile" ftype="inchi" file="na-sal_obrmions.inchi" />
27 </test> 31 </test>
28 </tests> 32 </tests>
29 <help> 33 <help>
30 <![CDATA[ 34 <![CDATA[
31 35