Repository 'pairtools_parse'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/pairtools_parse

Changeset 6:26ed6ceeeec1 (2024-04-09)
Previous changeset 5:a98caf2d8309 (2024-04-05) Next changeset 7:b0a1f128fa15 (2024-04-16)
Commit message:
planemo upload for repository https://github.com/open2c/pairtools commit 203375a1ff145613df37dae4aba6493708f6ad54
modified:
parse.xml
b
diff -r a98caf2d8309 -r 26ed6ceeeec1 parse.xml
--- a/parse.xml Fri Apr 05 10:33:52 2024 +0000
+++ b/parse.xml Tue Apr 09 10:12:50 2024 +0000
b
@@ -32,8 +32,8 @@
         <param argument="--max-molecule-size" type="integer" min="0" value="750" label="Input the maximal size of a Hi-C molecule" help="The maximal size of a Hi-C molecule; used to rescue single ligations(from molecules with three alignments) and to rescue complex ligations."></param>
         <param argument="--drop-readid" type="boolean" truevalue="--drop-readid" falsevalue="" checked="False" label="Do not add read ids to the output"></param>
         <param argument="--drop-seq" type="boolean" truevalue="--drop-seq" falsevalue="" checked="False" label="remove sequences and PHREDs from the sam fields"></param>
-        <param argument="--output-stats" type="boolean" truevalue="--output-stats" falsevalue="" checked="False" label="Do not add sams to the output"></param>
-        <param argument="--drop-sam" type="boolean" truevalue="--drop-sam" falsevalue="" checked="False" label="Generate various statistics of pairs file"></param>    
+        <param argument="--output-stats" type="boolean" truevalue="--output-stats" falsevalue="" checked="False" label="Generate various statistics of pairs file"></param>
+        <param argument="--drop-sam" type="boolean" truevalue="--drop-sam" falsevalue="" checked="False" label="Do not add sams to the output"></param>    
         <param argument="--walks-policy" type="select" label="Walks Policy" help="The policy for reporting unrescuable walks.">
             <expand macro="walks_policy_options"/>
         </param>