comparison sort_filter.xml @ 1:7be0793dd448 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit e9c627440028cfd2c743462927672e0c5e3576aa"
author bgruening
date Sat, 25 Apr 2020 08:59:22 -0400
parents 475cde209992
children 4ba7350f00ad
comparison
equal deleted inserted replaced
0:475cde209992 1:7be0793dd448
1 <tool id="rxdock_sort_filter" name="SDF sort and filter" version="0.1.0"> 1 <tool id="rxdock_sort_filter" name="SDF sort and filter" version="0.1.0">
2 <description>using the sdsort provided with rxDock</description> 2 <description>using the sdsort provided with rxDock</description>
3 <macros> 3 <macros>
4 <import>rdock_macros.xml</import> 4 <import>rxdock_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <command><![CDATA[ 7 <command><![CDATA[
8 8
9 sdsort -n $descending -s -f'$sort_field' -id'$name_field' '$input' | 9 sdsort -n $descending -s -f'$sort_field' -id'$name_field' '$input' |