diff hicBuildMatrix.xml @ 15:231687cac31b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 4b602d427e0fc0da5353a4510798349de98e4ae4"
author iuc
date Wed, 11 Mar 2020 06:55:00 -0400
parents 4b85ea34afae
children 9edf8894a22d
line wrap: on
line diff
--- a/hicBuildMatrix.xml	Wed Feb 05 19:58:45 2020 -0500
+++ b/hicBuildMatrix.xml	Wed Mar 11 06:55:00 2020 -0400
@@ -25,7 +25,7 @@
             #end if
 
             #if $restrictionCutFileBinSize_conditional.restrictionCutFileBinSize_selector == "optionBinSize":
-                --binSize 
+                --binSize
                 #for $repeat in $restrictionCutFileBinSize_conditional.binSizes
                     '${repeat.binSize}'
                 #end for
@@ -72,7 +72,7 @@
 ]]>
     </command>
     <inputs>
-        <repeat max="2" min="2" name="samFiles" title="Sam/Bam files to process (forward/reverse)" 
+        <repeat max="2" min="2" name="samFiles" title="Sam/Bam files to process (forward/reverse)"
                 help="Please use the special BAM datatype: qname_input_sorted.bam and use for 'bowtie2' the '--reorder' option to create a BAM file.">
             <param name="samFile" type="data" format="sam,qname_input_sorted.bam"/>
         </repeat>
@@ -117,10 +117,10 @@
 
         <param argument="--danglingSequence" type="text" optional="true" label="Dangling sequence"
             help="Sequence left by the restriction enzyme after cutting.
-                    Each restriction enzyme recognizes a different DNA sequence and, 
+                    Each restriction enzyme recognizes a different DNA sequence and,
                     after cutting, they leave behind a specific ‘sticky’ end or dangling end sequence.
-                    For example, for HindIII the restriction site is AAGCTT and the dangling end is AGCT. 
-                    For DpnII, the restriction site and dangling end sequence are the same: GATC. 
+                    For example, for HindIII the restriction site is AAGCTT and the dangling end is AGCT.
+                    For DpnII, the restriction site and dangling end sequence are the same: GATC.
                     This information is easily found on the description of the restriction enzyme.
                     The dangling sequence is used to classify and report reads whose 5’ end starts with such sequence as dangling-end reads.
                     A significant portion of dangling-end reads in a sample are indicative of a problem with the re-ligation step of the protocol. "/>