diff plotFingerprint.xml @ 14:801ca6971efc draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28
author bgruening
date Sun, 14 May 2017 17:59:21 -0400
parents 314348664620
children 3fbec7fd02dc
line wrap: on
line diff
--- a/plotFingerprint.xml	Fri Mar 31 17:44:40 2017 -0400
+++ b/plotFingerprint.xml	Sun May 14 17:59:21 2017 -0400
@@ -24,7 +24,7 @@
                     #if $output.JSDsample:
                         #if "'{}'".format($output.JSDsample.display_name) in $labels:
                             #set JSDidx = $labels.index("'{}'".format($output.JSDsample.display_name))
-                            --JSDsample "./${JSDidx}.bam"
+                            --JSDsample "${JSDidx}.bam"
                         #end if
                     #end if
                 #end if
@@ -53,7 +53,7 @@
     </command>
 
     <inputs>
-        <expand macro="multiple_input_bams" />
+        <expand macro="multiple_input_bams" MIN="1"/>
         <expand macro="region_limit_operation" />
 
         <conditional name="advancedOpt">
@@ -87,7 +87,7 @@
                 <param name="saveRawCounts" type="boolean" label="Save the bin counts" help="(--outRawCounts)"/>
                 <param name="saveQualityMetrics" type="boolean" label="Save quality metrics"
                    help="The file will have one row per input BAM file and columns containing a variety of QC metrics. For the full description of all metrics and their interpretation, please see our online documentation: http://deeptools.readthedocs.io/en/latest/content/feature/plotFingerprint_QC_metrics.html. (--outQualityMetrics)"/>
-                <param name="JSDsample" type="data" format="bam"
+                <param name="JSDsample" type="data" format="bam" optional="true"
                    label="Jensen-Shannon distance reference sample"
                    help="If output metrics should be saved, then use this sample as the reference for computing the Jensen-Shannon distance and CHANCE metrics of all other samples. Normally this is an input sample. If you don't specify this, then these metrics will not be computed. This is only applicable if quality metrics are being saved. (--JSDsample)" />
             </when>