Mercurial > repos > bgruening > deeptools
comparison computeGCBias.xml @ 16:16310f8b24d5 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 16 Dec 2013 15:13:08 -0500 |
parents | b4c5dd45778a |
children | 5ea8782d650c |
comparison
equal
deleted
inserted
replaced
15:b96676609e10 | 16:16310f8b24d5 |
---|---|
81 label="BED file containing genomic regions for which extra sampling is required because they are underrepresented in the genome" | 81 label="BED file containing genomic regions for which extra sampling is required because they are underrepresented in the genome" |
82 help="" /> | 82 help="" /> |
83 </when> | 83 </when> |
84 </conditional> | 84 </conditional> |
85 <param name="image_format" type="select" label="GC bias plot" help="If given, a diagnostic image summarizing the GC bias found on the sample will be created."> | 85 <param name="image_format" type="select" label="GC bias plot" help="If given, a diagnostic image summarizing the GC bias found on the sample will be created."> |
86 <option value="none" selected="true">No image</option> | 86 <option value="none">No image</option> |
87 <option value="png">Image in png format</option> | 87 <option value="png" selected="true">Image in png format</option> |
88 <option value="pdf">Image in pdf format</option> | 88 <option value="pdf">Image in pdf format</option> |
89 <option value="svg">Image in svg format</option> | 89 <option value="svg">Image in svg format</option> |
90 <option value="eps">Image in eps format</option> | 90 <option value="eps">Image in eps format</option> |
91 <option value="emf">Image in emf format</option> | 91 <option value="emf">Image in emf format</option> |
92 </param> | 92 </param> |