comparison rg_rnaStarSolo.xml @ 20:45795f582ae9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 2b3fa63863a366beef057c7f75ccbcaf0c280151
author iuc
date Tue, 27 Aug 2024 14:11:53 +0000
parents 5ef7ec16b04f
children
comparison
equal deleted inserted replaced
19:42ce70172b72 20:45795f582ae9
90 #if $sc.input_types_smart_seq.paired_end_collection[0].forward.is_of_type('fastq.gz', 'fastqsanger.gz'): 90 #if $sc.input_types_smart_seq.paired_end_collection[0].forward.is_of_type('fastq.gz', 'fastqsanger.gz'):
91 @FASTQ_GZ_OPTION@ 91 @FASTQ_GZ_OPTION@
92 #end if 92 #end if
93 #end if 93 #end if
94 --soloCBwhitelist None 94 --soloCBwhitelist None
95 #end if
96
97 #if $solo.wasp_conditional.waspOutputMode == "wasp_mode":
98 --waspOutputMode SAMtag
99 --varVCFfile '$solo.wasp_conditional.varVCFfile'
95 #end if 100 #end if
96 101
97 --soloStrand $solo.soloStrand 102 --soloStrand $solo.soloStrand
98 --soloFeatures $solo.soloFeatures 103 --soloFeatures $solo.soloFeatures
99 --soloUMIdedup $sc.umidedup.soloUMIdedup 104 --soloUMIdedup $sc.umidedup.soloUMIdedup
353 <option value="GeneFull" >Full: Count all reads overlapping genes' exons and introns</option> 358 <option value="GeneFull" >Full: Count all reads overlapping genes' exons and introns</option>
354 <option value="GeneFull_ExonOverIntron" >Full: Count all reads overlapping genes' exons and introns: prioritize 100% overlap with exons</option> 359 <option value="GeneFull_ExonOverIntron" >Full: Count all reads overlapping genes' exons and introns: prioritize 100% overlap with exons</option>
355 <option value="GeneFull_Ex50pAS" >Full: Count all reads overlapping genes' exons and introns: prioritize 50% overlap with exons. Do not count reads with 100% exonic overlap in the antisense direction.</option> 360 <option value="GeneFull_Ex50pAS" >Full: Count all reads overlapping genes' exons and introns: prioritize 50% overlap with exons. Do not count reads with 100% exonic overlap in the antisense direction.</option>
356 <option value="Gene Velocyto">Velocyto: calculate spliced, unspliced, and ambiguous counts per cell per gene similar to the velocyto tool</option> 361 <option value="Gene Velocyto">Velocyto: calculate spliced, unspliced, and ambiguous counts per cell per gene similar to the velocyto tool</option>
357 </param> 362 </param>
363 <expand macro="wasp"/>
358 <conditional name="filter" > 364 <conditional name="filter" >
359 <param name="filter_type" type="select" label="Cell filtering type and parameters" > 365 <param name="filter_type" type="select" label="Cell filtering type and parameters" >
360 <option value="cellranger2" selected="true" >Simple filtering of CellRanger v2</option> 366 <option value="cellranger2" selected="true" >Simple filtering of CellRanger v2</option>
361 <option value="emptydrops" >EmptyDrops filtering in CellRanger flavor</option> 367 <option value="emptydrops" >EmptyDrops filtering in CellRanger flavor</option>
362 <option value="topcells" >Filter top N cells</option> 368 <option value="topcells" >Filter top N cells</option>
513 <param name="filter_type" value="no_filter" /> 519 <param name="filter_type" value="no_filter" />
514 </conditional> 520 </conditional>
515 <param name="soloStrand" value="Forward" /> 521 <param name="soloStrand" value="Forward" />
516 <param name="soloFeatures" value="Gene" /> 522 <param name="soloFeatures" value="Gene" />
517 <param name="quantModeGene" value="true" /> 523 <param name="quantModeGene" value="true" />
524 <conditional name="wasp_conditional">
525 <param name="waspOutputMode" value="wasp_mode"/>
526 <param name="varVCFfile" value="filtered3.vcf" ftype="vcf" />
527 </conditional>
518 </section> 528 </section>
519 <output name="output_barcodes" > 529 <output name="output_barcodes" >
520 <assert_contents> 530 <assert_contents>
521 <!-- first and last line --> 531 <!-- first and last line -->
522 <has_line line="AAACCTGAGCGCTCCA" /> 532 <has_line line="AAACCTGAGCGCTCCA" />
542 <assert_contents> 552 <assert_contents>
543 <has_line_matching expression="\s+noUnmapped\s+5823" /> 553 <has_line_matching expression="\s+noUnmapped\s+5823" />
544 <has_line_matching expression="\s+yesUMIs\s+8" /> 554 <has_line_matching expression="\s+yesUMIs\s+8" />
545 </assert_contents> 555 </assert_contents>
546 </output> 556 </output>
547 <output name="output_BAM" value="filtered3.bam" compare="sim_size" delta="600" /> 557 <output name="output_BAM" value="filtered4.bam" ftype="bam" lines_diff="6"/>
548 <output name="reads_per_gene" > 558 <output name="reads_per_gene" >
549 <assert_contents> 559 <assert_contents>
550 <has_line_matching expression="ENSG00000279493\s+0\s+0\s+0" /> 560 <has_line_matching expression="ENSG00000279493\s+0\s+0\s+0" />
551 <has_line_matching expression="ENSG00000275464\s+38\s+1\s+40" /> 561 <has_line_matching expression="ENSG00000275464\s+38\s+1\s+40" />
552 </assert_contents> 562 </assert_contents>