Mercurial > repos > bgruening > deeptools_plot_fingerprint
comparison plotFingerprint.xml @ 20:d0390db2a666 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28
author | bgruening |
---|---|
date | Sun, 14 May 2017 17:39:58 -0400 |
parents | 2768f00a7d25 |
children | 49bf0a3db1d7 |
comparison
equal
deleted
inserted
replaced
19:37403b3340c9 | 20:d0390db2a666 |
---|---|
22 #if $output.saveQualityMetrics: | 22 #if $output.saveQualityMetrics: |
23 --outQualityMetrics '$outFileQualityMetrics' | 23 --outQualityMetrics '$outFileQualityMetrics' |
24 #if $output.JSDsample: | 24 #if $output.JSDsample: |
25 #if "'{}'".format($output.JSDsample.display_name) in $labels: | 25 #if "'{}'".format($output.JSDsample.display_name) in $labels: |
26 #set JSDidx = $labels.index("'{}'".format($output.JSDsample.display_name)) | 26 #set JSDidx = $labels.index("'{}'".format($output.JSDsample.display_name)) |
27 --JSDsample "./${JSDidx}.bam" | 27 --JSDsample "${JSDidx}.bam" |
28 #end if | 28 #end if |
29 #end if | 29 #end if |
30 #end if | 30 #end if |
31 #else | 31 #else |
32 --plotFileFormat 'png' | 32 --plotFileFormat 'png' |
51 #end if | 51 #end if |
52 ]]> | 52 ]]> |
53 </command> | 53 </command> |
54 | 54 |
55 <inputs> | 55 <inputs> |
56 <expand macro="multiple_input_bams" /> | 56 <expand macro="multiple_input_bams" MIN="1"/> |
57 <expand macro="region_limit_operation" /> | 57 <expand macro="region_limit_operation" /> |
58 | 58 |
59 <conditional name="advancedOpt"> | 59 <conditional name="advancedOpt"> |
60 <param name="showAdvancedOpt" type="select" label="Show advanced options" > | 60 <param name="showAdvancedOpt" type="select" label="Show advanced options" > |
61 <option value="no" selected="true">no</option> | 61 <option value="no" selected="true">no</option> |
85 <when value="yes"> | 85 <when value="yes"> |
86 <expand macro="input_image_file_format" /> | 86 <expand macro="input_image_file_format" /> |
87 <param name="saveRawCounts" type="boolean" label="Save the bin counts" help="(--outRawCounts)"/> | 87 <param name="saveRawCounts" type="boolean" label="Save the bin counts" help="(--outRawCounts)"/> |
88 <param name="saveQualityMetrics" type="boolean" label="Save quality metrics" | 88 <param name="saveQualityMetrics" type="boolean" label="Save quality metrics" |
89 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)"/> | 89 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)"/> |
90 <param name="JSDsample" type="data" format="bam" | 90 <param name="JSDsample" type="data" format="bam" optional="true" |
91 label="Jensen-Shannon distance reference sample" | 91 label="Jensen-Shannon distance reference sample" |
92 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)" /> | 92 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)" /> |
93 </when> | 93 </when> |
94 </conditional> | 94 </conditional> |
95 </inputs> | 95 </inputs> |