comparison deepTools_macros.xml @ 23:fe7cc56090ea draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3cefc7d64faa53ef9a4e5984c7b275fc47cbdaaf
author bgruening
date Wed, 20 Feb 2019 08:04:46 -0500
parents c2b4dd18f09d
children 0e143b4c3987
comparison
equal deleted inserted replaced
22:c2b4dd18f09d 23:fe7cc56090ea
510 ]]> 510 ]]>
511 </token> 511 </token>
512 512
513 <token name="@multiple_input_bigwigs@"> 513 <token name="@multiple_input_bigwigs@">
514 <![CDATA[ 514 <![CDATA[
515 #if $custom_labels_conditional.custom_labels_select == "Yes": 515 #if $custom_sample_labels_conditional.custom_labels_select == "Yes":
516 #set custom_labels=labels 516 #set custom_labels=labels
517 #end if 517 #end if
518 #set files=[] 518 #set files=[]
519 #set labels=[] 519 #set labels=[]
520 #import re 520 #import re
531 ln -f -s '${f.bigwigfiles}' '${identifier}_${counter}.bw' && 531 ln -f -s '${f.bigwigfiles}' '${identifier}_${counter}.bw' &&
532 #silent $files.append("'%s_%s.bw'" % ($identifier, $counter)) 532 #silent $files.append("'%s_%s.bw'" % ($identifier, $counter))
533 #silent $labels.append("'%s'" % $identifier) 533 #silent $labels.append("'%s'" % $identifier)
534 #end for 534 #end for
535 #end if 535 #end if
536 #if $custom_labels_conditional.custom_labels_select == "Yes": 536 #if $custom_sample_labels_conditional.custom_labels_select == "Yes":
537 #set labels=custom_labels 537 #set labels=custom_labels
538 #end if 538 #end if
539 ]]> 539 ]]>
540 </token> 540 </token>
541 541