Mercurial > repos > bgruening > simsearch
comparison simsearch.xml @ 4:425469deb136 draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/simsearch commit 7fb96a3844b4771084f18de2346ed6d5e241d839"
author | bgruening |
---|---|
date | Sat, 25 Sep 2021 19:08:19 +0000 |
parents | 9f1a8df0b437 |
children |
comparison
equal
deleted
inserted
replaced
3:9f1a8df0b437 | 4:425469deb136 |
---|---|
1 <tool id="ctb_simsearch" name="Similarity search" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> | 1 <tool id="ctb_simsearch" name="Similarity search" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
2 <description>of fingerprint data sets with chemfp</description> | 2 <description>of fingerprint data sets with chemfp</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">1.6</token> | 4 <token name="@TOOL_VERSION@">1.6.1</token> |
5 <token name="@GALAXY_VERSION@">0</token> | 5 <token name="@GALAXY_VERSION@">0</token> |
6 </macros> | 6 </macros> |
7 <requirements> | 7 <requirements> |
8 <requirement type="package" version="1.6">chemfp</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">chemfp</requirement> |
9 </requirements> | 9 </requirements> |
10 <command> | 10 <command> |
11 <![CDATA[ | 11 <![CDATA[ |
12 #if $method_opts.method_opts_selector == "chemfp": | 12 #if $method_opts.method_opts_selector == "chemfp": |
13 ln -s '${method_opts.query_opts.targets}' ./targets.fps && | 13 ln -s '${method_opts.query_opts.targets}' ./targets.fps && |