Mercurial > repos > iuc > gatk2
diff realigner_target_creator.xml @ 11:0d369d08ad6e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gatk2 commit 344140b8df53b8b7024618bb04594607a045c03a
| author | iuc |
|---|---|
| date | Mon, 04 May 2015 22:47:06 -0400 |
| parents | b80301676614 |
| children |
line wrap: on
line diff
--- a/realigner_target_creator.xml Tue Apr 28 22:56:25 2015 -0400 +++ b/realigner_target_creator.xml Mon May 04 22:47:06 2015 -0400 @@ -1,10 +1,10 @@ <tool id="gatk2_realigner_target_creator" name="Realigner Target Creator" version="@VERSION@.1"> <description>for use in local realignment</description> - <expand macro="requirements" /> - <expand macro="version_command" /> <macros> <import>gatk2_macros.xml</import> </macros> + <expand macro="requirements" /> + <expand macro="version_command" /> <command interpreter="python"> gatk2_wrapper.py --stdout "${output_log}" @@ -75,12 +75,12 @@ </param> </when> </conditional> - + <repeat name="rod_bind" title="Known Variants" help="Using data sets of known variants (-known,--known &lt;known&gt;)"> <conditional name="rod_bind_type"> <param name="rod_bind_type_selector" type="select" label="Variant Type"> <option value="dbsnp" selected="True">dbSNP</option> - <option value="snps">SNPs</option> + <option value="snps">SNPs</option> <option value="indels">INDELs</option> <option value="custom">Custom</option> </param> @@ -104,11 +104,11 @@ <expand macro="gatk_param_type_conditional" /> <expand macro="analysis_type_conditional"> - <param name="windowSize" type="integer" value="10" label="Window size for calculating entropy or SNP clusters (windowSize)" + <param name="windowSize" type="integer" value="10" label="Window size for calculating entropy or SNP clusters (windowSize)" help="-window,--windowSize &lt;windowSize&gt;" /> - <param name="mismatchFraction" type="float" value="0.15" label="Fraction of base qualities needing to mismatch for a position to have high entropy (mismatchFraction)" + <param name="mismatchFraction" type="float" value="0.15" label="Fraction of base qualities needing to mismatch for a position to have high entropy (mismatchFraction)" help="to disable set to <= 0 or > 1 (-mismatch,--mismatchFraction &lt;mismatchFraction&gt;)"/> - <param name="minReadsAtLocus" type="integer" value="4" label="Minimum reads at a locus to enable using the entropy calculation (minReadsAtLocus)" + <param name="minReadsAtLocus" type="integer" value="4" label="Minimum reads at a locus to enable using the entropy calculation (minReadsAtLocus)" help="-minReads,--minReadsAtLocus &lt;minReadsAtLocus&gt;" /> <param name="maxIntervalSize" type="integer" value="500" label="Maximum interval size" help="-maxInterval,--maxIntervalSize &lt;maxIntervalSize&gt;" /> </expand> @@ -130,7 +130,7 @@ <param name="mismatchFraction" value="0.15" /> <param name="minReadsAtLocus" value="4" /> <param name="maxIntervalSize" value="500" /> - <output name="output_interval" file="gatk/gatk_realigner_target_creator/gatk_realigner_target_creator_out_1.gatk_interval" /> + <output name="output_interval" file="gatk/gatk_realigner_target_creator/gatk_realigner_target_creator_out_1.gatk_interval" /> <output name="output_log" file="gatk/gatk_realigner_target_creator/gatk_realigner_target_creator_out_1.log.contains" compare="contains"/> </test> </tests>
