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