comparison sucos_cluster.xml @ 1:dbfcc048cbbc draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/sucos commit 6f1ee2812cca091561a2b2e464498dae2f913b8d"
author bgruening
date Thu, 19 Mar 2020 13:09:24 +0000
parents c0e3a335dbfc
children aaa3f95add3e
comparison
equal deleted inserted replaced
0:c0e3a335dbfc 1:dbfcc048cbbc
1 <tool id="sucos_clustering" name="Cluster ligands using SuCOS" version="0.1"> 1 <tool id="sucos_clustering" name="Cluster ligands using SuCOS" version="0.1.1">
2 <description>based on the overlap of 3D features</description> 2 <description>based on the overlap of 3D features</description>
3 <macros> 3 <macros>
4 <import>sucos_macros.xml</import> 4 <import>sucos_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"> 6 <expand macro="requirements">
7 <requirement type="package" version="1.3.0">scipy</requirement> 7 <requirement type="package" version="1.3.0">scipy</requirement>
8 </expand> 8 </expand>
9 <command detect_errors="aggressive"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 python '$__tool_directory__/sucos_cluster.py' 10 python '$__tool_directory__/sucos_cluster.py'
11 -i '$input' 11 -i '$input'
12 -t $threshold 12 -t $threshold
13 ]]></command> 13 ]]></command>
14 <inputs> 14 <inputs>