Mercurial > repos > iuc > gatk2
diff indel_realigner.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/indel_realigner.xml Tue Apr 28 22:56:25 2015 -0400 +++ b/indel_realigner.xml Mon May 04 22:47:06 2015 -0400 @@ -1,10 +1,10 @@ <tool id="gatk2_indel_realigner" name="Indel Realigner" version="@VERSION@.1"> <description>- perform 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}" @@ -28,7 +28,7 @@ -LOD "${lod_threshold}" ${knowns_only} ' - + #set $rod_binding_names = dict() #for $rod_binding in $rod_bind: #if str( $rod_binding.rod_bind_type.rod_bind_type_selector ) == 'custom': @@ -62,7 +62,7 @@ #end if </command> <inputs> - + <conditional name="reference_source"> <expand macro="reference_source_selector_param" /> <when value="cached"> @@ -115,9 +115,9 @@ <expand macro="allow_n_cigar_reads" /> <expand macro="gatk_param_type_conditional" /> - + <expand macro="analysis_type_conditional"> - + <param name="entropy_threshold" type="float" value="0.15" label="percentage of mismatching base quality scores at a position to be considered having high entropy" help="-entropy,--entropyThreshold &lt;entropyThreshold&gt;" /> <param name="simplify_bam" type="boolean" checked="False" truevalue="-simplifyBAM" falsevalue="" label="Simplify BAM" help="-simplifyBAM,--simplifyBAM"/> <param name="consensus_determination_model" type="select" label="Consensus Determination Model" help="-model,--consensusDeterminationModel &lt;consensusDeterminationModel&gt;"> @@ -130,7 +130,7 @@ <param name="max_consensuses" type="integer" value="30" label="Max alternate consensuses to try" help="-maxConsensuses,--maxConsensuses &lt;maxConsensuses&gt;" /> <param name="max_reads_for_consensuses" type="integer" value="120" label="Max reads (chosen randomly) used for finding the potential alternate consensuses" help="-greedy,--maxReadsForConsensuses &lt;maxReadsForConsensuses&gt;" /> <param name="max_reads_for_realignment" type="integer" value="20000" label="Max reads allowed at an interval for realignment" help="-maxReads,--maxReadsForRealignment &lt;maxReadsForRealignment&gt;" /> - <param name="no_original_alignment_tags" type="boolean" checked="False" truevalue="--noOriginalAlignmentTags" falsevalue="" label="Don't output the original cigar or alignment start tags for each realigned read in the output bam" help="-noTags,--noOriginalAlignmentTags"/> + <param name="no_original_alignment_tags" type="boolean" checked="False" truevalue="--noOriginalAlignmentTags" falsevalue="" label="Don't output the original cigar or alignment start tags for each realigned read in the output bam" help="-noTags,--noOriginalAlignmentTags"/> </expand> </inputs> <outputs> @@ -158,7 +158,7 @@ <param name="max_reads_for_consensuses" value="120" /> <param name="max_reads_for_realignment" value="20000" /> <param name="no_original_alignment_tags" /> - <output name="output_bam" file="gatk/gatk_indel_realigner/gatk_indel_realigner_out_1.bam" ftype="bam" lines_diff="2" /> + <output name="output_bam" file="gatk/gatk_indel_realigner/gatk_indel_realigner_out_1.bam" ftype="bam" lines_diff="2" /> <output name="output_log" file="gatk/gatk_indel_realigner/gatk_indel_realigner_out_1.log.contains" compare="contains" /> </test> </tests>
