comparison csem.xml @ 6:d58769ed6a44

Uploaded
author dongjun
date Mon, 12 Sep 2011 10:15:59 -0400
parents bcea928ce5ef
children 32dd04a63316
comparison
equal deleted inserted replaced
5:bcea928ce5ef 6:d58769ed6a44
52 </param> 52 </param>
53 <param name="InfileFormat" type="select" label="Select file format to process" help="Bowtie accepts FASTA or FASTQ file formats."> 53 <param name="InfileFormat" type="select" label="Select file format to process" help="Bowtie accepts FASTA or FASTQ file formats.">
54 <option value="fasta">FASTA</option> 54 <option value="fasta">FASTA</option>
55 <option value="fastq">FASTQ</option> 55 <option value="fastq">FASTQ</option>
56 </param> 56 </param>
57 <conditional name="InputParams"> 57 <conditional name="InfileFormat">
58 <when value="fasta"> 58 <when value="fasta">
59 <param name="Input" type="data" format="fasta" label="FASTA file"/> 59 <param name="Input" type="data" format="fasta" label="FASTA file"/>
60 </when> 60 </when>
61 <when value="fastq"> 61 <when value="fastq">
62 <param name="Input" type="data" format="fastq,fastqsanger,fastqillumina,fastqsolexa" label="FASTQ file"/> 62 <param name="Input" type="data" format="fastq,fastqsanger,fastqillumina,fastqsolexa" label="FASTQ file"/>
73 </param> 73 </param>
74 <param name="bSettingsType" type="select" label="Bowtie settings to use" help="For most mapping applications, use the 'Commonly used' settings. If you want full control, use 'Full parameter list'."> 74 <param name="bSettingsType" type="select" label="Bowtie settings to use" help="For most mapping applications, use the 'Commonly used' settings. If you want full control, use 'Full parameter list'.">
75 <option value="preSet">Commonly used</option> 75 <option value="preSet">Commonly used</option>
76 <option value="full">Full parameter list</option> 76 <option value="full">Full parameter list</option>
77 </param> 77 </param>
78 <conditional name="bowtieParams"> 78 <conditional name="bSettingsType">
79 <when value="preSet" /> 79 <when value="preSet" />
80 <when value="full"> 80 <when value="full">
81 <param name="Mismatch" type="integer" value="2" label="Maximum number of mismatches permitted (-v)" help="May be 0, 1, 2, or 3." /> 81 <param name="Mismatch" type="integer" value="2" label="Maximum number of mismatches permitted (-v)" help="May be 0, 1, 2, or 3." />
82 <param name="SuppressAlign" type="integer" value="99" label="Suppress all alignments for a read if more than n reportable alignments exist (-m)" help="99 is appropriate for most cases. Use -1 for no limit." /> 82 <param name="SuppressAlign" type="integer" value="99" label="Suppress all alignments for a read if more than n reportable alignments exist (-m)" help="99 is appropriate for most cases. Use -1 for no limit." />
83 </when> <!-- full --> 83 </when> <!-- full -->
84 </conditional> <!-- bowtieParams --> 84 </conditional> <!-- bowtieParams -->
85 <param name="cSettingsType" type="select" label="CSEM settings to use" help="For most multi-read allocation applications, use the 'Commonly used' settings. If you want full control, use 'Full parameter list'."> 85 <param name="cSettingsType" type="select" label="CSEM settings to use" help="For most multi-read allocation applications, use the 'Commonly used' settings. If you want full control, use 'Full parameter list'.">
86 <option value="preSet">Commonly used</option> 86 <option value="preSet">Commonly used</option>
87 <option value="full">Full parameter list</option> 87 <option value="full">Full parameter list</option>
88 </param> 88 </param>
89 <conditional name="csemParams"> 89 <conditional name="cSettingsType">
90 <when value="preSet" /> 90 <when value="preSet" />
91 <when value="full"> 91 <when value="full">
92 <param name="windowSize" type="integer" value="101" label="Window size for the multi-read allocator" help="Set window size to some odd number close to the half of average fragment length." /> 92 <param name="windowSize" type="integer" value="101" label="Window size for the multi-read allocator" help="Set window size to some odd number close to the half of average fragment length." />
93 <param name="nIteration" type="integer" value="200" label="Number of iterations for the multi-read allocator" help="200 is appropriate for most cases." /> 93 <param name="nIteration" type="integer" value="200" label="Number of iterations for the multi-read allocator" help="200 is appropriate for most cases." />
94 </when> <!-- full --> 94 </when> <!-- full -->