comparison umi-tools_whitelist.xml @ 16:953b4821b183 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit 31bad8c5bf75981eafcd19ec6b00593f184fdeb8"
author iuc
date Thu, 18 Nov 2021 08:26:33 +0000
parents 345bdf4546fd
children
comparison
equal deleted inserted replaced
15:81bebc3027fc 16:953b4821b183
65 <expand macro="input_types" /> 65 <expand macro="input_types" />
66 <expand macro="fastq_barcode_extraction_options_macro"/> 66 <expand macro="fastq_barcode_extraction_options_macro"/>
67 67
68 <param argument="--method" type="select" label="Count reads or UMIs" 68 <param argument="--method" type="select" label="Count reads or UMIs"
69 help="Many published protocols rank CBs by the number of reads the CBs appear in. However you could also use the number of unique UMIs a CB is associated with. Note that this is still and approximation to the number of transcripts captured because the same UMI could be associated with two different transcripts and be counted as independent" > 69 help="Many published protocols rank CBs by the number of reads the CBs appear in. However you could also use the number of unique UMIs a CB is associated with. Note that this is still and approximation to the number of transcripts captured because the same UMI could be associated with two different transcripts and be counted as independent" >
70 <option value="reads" selected="true" /> 70 <option value="reads" selected="true">Reads</option>
71 <option value="umis" /> 71 <option value="umis">UMIs</option>
72 </param> 72 </param>
73 <!-- TODO Cannot use expect-cells with 'distance' knee method.--> 73 <!-- TODO Cannot use expect-cells with 'distance' knee method.-->
74 <param argument="--knee-method" type="select" label="Method for detection of knee"> 74 <param argument="--knee-method" type="select" label="Method for detection of knee">
75 <option value="distance" selected="true" /> 75 <option value="distance" selected="true">Distance</option>
76 <option value="density"/> 76 <option value="density">Density</option>
77 </param> 77 </param>
78 <param argument="--subset-reads" type="integer" min="0" value="0" label="Use the first N reads to automatically identify the true cell barcodes" /> 78 <param argument="--subset-reads" type="integer" min="0" value="0" label="Use the first N reads to automatically identify the true cell barcodes" />
79 <param argument="--allow-threshold-error" type="boolean" truevalue="--allow-threshold-error" falsevalue="" label="Don't select a threshold" help="Will still output the plots if requested"/> 79 <param argument="--allow-threshold-error" type="boolean" truevalue="--allow-threshold-error" falsevalue="" label="Don't select a threshold" help="Will still output the plots if requested"/>
80 <param argument="--ed-above-threshold" type="select" optional="true" label="Detect and correct CBs above the threshold" help="which may be sequence errors from another CB"> 80 <param argument="--ed-above-threshold" type="select" optional="true" label="Detect and correct CBs above the threshold" help="which may be sequence errors from another CB">
81 <option value="correct">correct</option> 81 <option value="correct">Correct</option>
82 <option value="discard">discard</option> 82 <option value="discard">Discard</option>
83 </param> 83 </param>
84 <conditional name="celloptions" > 84 <conditional name="celloptions" >
85 <param name="use_cell_opts" type="select" label="Cell parameters" > 85 <param name="use_cell_opts" type="select" label="Cell parameters" >
86 <option value="defaults" selected="True">Use Defaults</option> 86 <option value="defaults" selected="True">Use Defaults</option>
87 <option value="advanced">Advanced Options</option> 87 <option value="advanced">Advanced Options</option>