Mercurial > repos > bgruening > openbabel_remduplicates
comparison ob_remDuplicates.xml @ 12:50ca8845e7f5 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author | bgruening |
---|---|
date | Tue, 28 Jul 2020 08:38:56 -0400 |
parents | 65254472e5b4 |
children |
comparison
equal
deleted
inserted
replaced
11:854a7a169623 | 12:50ca8845e7f5 |
---|---|
1 <tool id="openbabel_remDuplicates" name="Remove duplicated molecules" version="@VERSION@.0"> | 1 <tool id="openbabel_remDuplicates" name="Remove duplicated molecules" 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="10000" shared_inputs="" merge_outputs="outfile"></parallelism--> | 3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" 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 </macros> | 7 </macros> |
7 <expand macro="requirements"/> | 8 <expand macro="requirements"/> |
8 <command detect_errors="aggressive"> | 9 <command detect_errors="aggressive"> |
9 <![CDATA[ | 10 <![CDATA[ |
10 obabel | 11 obabel |