diff chira_quantify.xml @ 8:5f9b51cc2b4f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit d8a9a5bb648d24f3917951cd7862f449e4dd0688"
author iuc
date Fri, 29 May 2020 10:54:16 +0000
parents 34f790d4d085
children 7d46a32774ae
line wrap: on
line diff
--- a/chira_quantify.xml	Thu May 07 07:33:21 2020 +0000
+++ b/chira_quantify.xml	Fri May 29 10:54:16 2020 +0000
@@ -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>