diff mutational_patterns.xml @ 20:a2cb7dc9250a draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mutational_patterns commit b07cf2662a36d88f80dc08ef4f46454dbc133094"
author artbio
date Tue, 19 Oct 2021 06:16:32 +0000
parents 69f09dff98f9
children 8a5aaa97dbd6
line wrap: on
line diff
--- a/mutational_patterns.xml	Sun Oct 17 23:05:01 2021 +0000
+++ b/mutational_patterns.xml	Tue Oct 19 06:16:32 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="mutational_patterns" name="Analyse Mutational Patterns/Signatures" version="3.2.0+galaxy4">
+<tool id="mutational_patterns" name="Analyse Mutational Patterns/Signatures" version="3.2.0+galaxy5">
     <description>from genomic variations in vcf files</description>
     <requirements>
         <requirement type="package" version="3.2.0=r41hdfd78af_0">bioconductor-mutationalpatterns</requirement>
@@ -37,15 +37,15 @@
     #end if
 
     #if $set_spectrum.choices == 'yes':
-        --output_spectrum $spectrum
+        --output_spectrum '$spectrum'
     #end if
     
     #if $set_denovo.choices == 'yes':
-        --nrun $set_denovo.nrun
-        --rank $set_denovo.rank
-        --newsignum $set_denovo.newsignum
-        --output_denovo $denovo
-        --sigmatrix $sigmatrix
+        --nrun '$set_denovo.nrun'
+        --rank '$set_denovo.rank'
+        --newsignum '$set_denovo.newsignum'
+        --output_denovo '$denovo'
+        --sigmatrix '$sigmatrix'
     #end if
 
     #if $set_preset.choices == 'yes':
@@ -59,10 +59,11 @@
         #end if
        
         --signum '$set_preset.signum'
-        --output_sigpattern $sig_contrib
+        --colors '$set_preset.colors'
+        --output_sigpattern '$sig_contrib'
 
         #if $set_preset.contrib_matrix_out == 'yes'
-            --sig_contrib_matrix $sig_contrib_matrix
+            --sig_contrib_matrix '$sig_contrib_matrix'
         #end if
 
     #end if
@@ -162,6 +163,10 @@
                     <option value="no" selected="true">No</option>
                     <option value="yes">Yes</option>
                 </param>
+                <param name="colors" type="select" label="Color set" display="radio">
+                    <option value="brewer">RColorBrewer</option>
+                    <option value="intense" selected="true">Intense</option>
+                </param>
             </when>
             <when value="no" />
         </conditional>