annotate macro_extraStrelkaArguments.xml @ 23:7dc858b52573 default tip

deleted undesired file
author mini
date Mon, 01 Dec 2014 12:22:18 +0100
parents 1c8dcda28be7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
1 <macros>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
2 <macro name="extraStrelkaArguments">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
3
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
4 <conditional name="extra_arguments">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
5 <param name="extra_arguments_switch" type="select" label="Do you Want to add extraStrelkaArguments?">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
6 <option value="No" selected="true">No</option>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
7 <option value="Yes">Yes</option>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
8 </param>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
9 <when value="No">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
10 <!-- do nothing -->
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
11 </when>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
12 <when value="Yes">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
13 <param name="a" type="boolean" value="" label="--ignore-conflicting-read-names" help="Do not report an error if two input reads share the same QNAME and read number"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
14 <param name="b" type="boolean" value="" label="-used-allele-count-min-qscore"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
15 <param name="barg" type="text" value="arg" label="-used-allele-count-min-qscore arg" help="Filter the allele counts printed to the somatic VCF output to correspond to bases with quality score >= arg"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
16 <param name="c" type="boolean" value="" label="--candidate-indel-input-vcf"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
17 <param name="carg" format="vcf.gz" type="data" value="indels.vcf.gz" label="--candidate-indel-input-vcf indels.vcf.gz" help="Add candidate indels from the specified vcf file. Option can be provided multiple times to combine evidence from multiple vcf files.Input Vcf files must be bgzip compressed and tabix indexed. Any vcf records besides simple indels should be ignored (in theory), although complex SVs/symbolic alleles have not been tested and may cause the method to fail.">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
18 <!--<validator type="*.vcf.gz"/>-->
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
19 </param>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
20 <param name="d" type="boolean" value="" label="--force-output-vcf"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
21 <param name="darg" format="vcf.gz" type="data" value="variants.vcf.gz" label="--force-output-vcf variants.vcf.gz" help="For each SNV or indel in the vcf file, strelka will output an SNV or indel in the 'all.somatic.*.vc' files, even if the QSS_NT score is zero. This can be useful to extract depth and allele counts at sites across a series of samples.Input Vcf files must be bgzip compressed and tabix indexed. Any vcf records besides SNVs and simple indels should be ignored (in theory), although complex SVs/symbolic alleles have not been tested and may cause the method to fail.">
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
22 <!--<validator type="*.vcf.gz"/>-->
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
23 </param>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
24 <param name="e" type="boolean" value="" label="-min-small-candidate-indel-read-frac"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
25 <param name="earg" type="text" value="arg" label="-min-small-candidate-indel-read-frac arg" help="For small indels (no more than 4 bases), unless at least this fraction of intersecting reads contain the small indel in at least one sample, it cannot become a candidate for realignment and indel calling. A read is counted only if it passes the mapping score threshold. (default: 0.1)"/>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
26 </when>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
27 </conditional>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
28
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
29 </macro>
1c8dcda28be7 version 27/11/2014, corrected extra arguments bug
mini
parents:
diff changeset
30 </macros>