# HG changeset patch # User iuc # Date 1631111709 0 # Node ID 91e0f03268ca9b206ad060724205c6c96b3eea94 # Parent 44959aa06aebe8df8ed7bae4ab9654bce304b004 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit c1bd0c35d60419e2b45d29b0705b9efac8908011" diff -r 44959aa06aeb -r 91e0f03268ca rg_rnaStar.xml --- a/rg_rnaStar.xml Fri Jul 02 20:18:29 2021 +0000 +++ b/rg_rnaStar.xml Wed Sep 08 14:35:09 2021 +0000 @@ -52,11 +52,15 @@ #end for #if str($twopass.twopassMode) != 'None': #if str($refGenomeSource.GTFconditional.GTFselect) == 'with-gtf': - #if not $refGenomeSource.GTFconditional.sjdbGTFfile: - ## case of cached index without built-in gene model, - ## when user does not supply the optional gtf, but - ## specifies the splice junction overhang - --sjdbOverhang $refGenomeSource.GTFconditional.sjdbOverhang + ## need to check first if its a cached index or from history + ## if it's cached then the sjdbGTFfile and sjdbOverhang params are not provided + #if str($refGenomeSource.geneSource) == 'history': + #if not $refGenomeSource.GTFconditional.sjdbGTFfile: + ## case of cached index without built-in gene model, + ## when user does not supply the optional gtf, but + ## specifies the splice junction overhang + --sjdbOverhang $refGenomeSource.GTFconditional.sjdbOverhang + #end if #end if #end if #end if @@ -834,6 +838,42 @@ + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + +
+
+ + + +
+ + + + +