diff chira_quantify.xml @ 8:e40017f9cff1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit d8a9a5bb648d24f3917951cd7862f449e4dd0688"
author iuc
date Fri, 29 May 2020 06:57:28 -0400
parents 2b150f2a012b
children e0f08a05b24c
line wrap: on
line diff
--- a/chira_quantify.xml	Thu May 07 03:35:45 2020 -0400
+++ b/chira_quantify.xml	Fri May 29 06:57:28 2020 -0400
@@ -20,7 +20,7 @@
         <param format="tabular" name="merged" type="data" label="Tabular file of merged alignments"/>
         <param name="crl_share" type="float" value="0.7" label="CRL locus fraction" min="0" max="1"
             help="Minimum fraction of reads of a locus that must overlap with all CRL loci inorder to merge itinto that CRL."/>
-        <param name="min_locus_size" type="integer" value="5" label="Minimum locus size" min="1"
+        <param name="min_locus_size" type="integer" value="10" label="Minimum locus size" min="1"
             help="Minimum number of reads a locus should have in order to participate in CRL creation.
                  Always set this value relative to your sequencing depth. Setting this to lower leads
                  CRLs of random multimappings Also consider setting the --crl_share option
@@ -38,6 +38,7 @@
         <test expect_num_outputs="1">
             <param name="segments" value="segments.bed"/>
             <param name="merged" value="merged.bed"/>
+            <param name="min_locus_size" value="5"/>
             <output name="loci" file="loci.counts"/>
         </test>
     </tests>