comparison sendsketch.xml @ 1:f285fe3f81ff draft

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bbmap commit fec9224232f4fe1200df4f66e1fa064533b3f21e-dirty"
author thanhlv
date Mon, 25 Nov 2019 12:39:12 +0000
parents 23ecfa3e5eff
children 68bea7cc680c
comparison
equal deleted inserted replaced
0:23ecfa3e5eff 1:f285fe3f81ff
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="version_command" /> 7 <expand macro="version_command" />
8 8
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 ln -sf '$input' '$input.element_identifier' && 10 #import re
11 #set $safename = re.sub('[^\w\-_\.]', '_', $input.element_identifier)
12 ln -sf '$input' '$safename' &&
11 sendsketch.sh 13 sendsketch.sh
12 #if $printall 14 #if $printall
13 printall=t 15 printall=t
14 #end if 16 #end if
15 #if $translate 17 #if $translate