Mercurial > repos > bgruening > deeptools_plot_pca
comparison deepTools_macros.xml @ 37:50c402fc8b0f draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3cefc7d64faa53ef9a4e5984c7b275fc47cbdaaf
| author | bgruening |
|---|---|
| date | Wed, 20 Feb 2019 09:21:11 -0500 |
| parents | 0272b117b262 |
| children | 44718b4cb653 |
comparison
equal
deleted
inserted
replaced
| 36:0272b117b262 | 37:50c402fc8b0f |
|---|---|
| 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 |
