# HG changeset patch # User iuc # Date 1430794003 14400 # Node ID e2dd4a5fad65832515107f5fe4084e69e286de35 # Parent 99ea1fc51f4bd56cd00098cbe4ae110bf970397a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar_240d commit 344140b8df53b8b7024618bb04594607a045c03a diff -r 99ea1fc51f4b -r e2dd4a5fad65 rg_rnaStar.xml --- a/rg_rnaStar.xml Tue Apr 28 22:56:01 2015 -0400 +++ b/rg_rnaStar.xml Mon May 04 22:46:43 2015 -0400 @@ -4,6 +4,10 @@ rnastar samtools + + + + ## ## Run STAR. @@ -24,9 +28,9 @@ #if str($refGenomeSource.genomeSource) == 'history': --genomeDir "tempstargenomedir" #else - --genomeDir "$refGenomeSource.index.fields.path" + --genomeDir "$refGenomeSource.index.fields.path" #end if - --readFilesIn $singlePaired.input1 + --readFilesIn $singlePaired.input1 #if str($singlePaired.sPaired) == "paired" $singlePaired.input2 #end if @@ -45,20 +49,16 @@ ## ## Convert aligned reads. - samtools view -Shb Aligned.out.sam | samtools sort - AlignedSorted 2>/dev/null + samtools view -Shb Aligned.out.sam | samtools sort - AlignedSorted 2>/dev/null ## Convert chimeric reads. #if str($params.settingsType) == "full" and $params.chim_segment_min > 0: - ; samtools view -Shb Chimeric.out.sam | samtools sort - ChimericSorted 2>/dev/null + ; samtools view -Shb Chimeric.out.sam | samtools sort - ChimericSorted 2>/dev/null #end if - - - - - @@ -74,7 +74,7 @@ - @@ -152,7 +152,7 @@ - (params['settingsType'] == 'full' and params['chim_segment_min'] > 0) @@ -173,7 +173,7 @@ - @@ -193,7 +193,7 @@ - @@ -287,8 +287,8 @@ filter out alignments that contain non-canonical unannotated junctions when using annotated splice junctions database. The annotated non- canonical junctions will be kept. - - + + **Attributions** Note that each component has its own license. Good luck with figuring out your obligations. @@ -299,12 +299,12 @@ "STAR: ultrafast universal RNA-seq aligner" A. Dobin et al, Bioinformatics 2012; doi: 10.1093/bioinformatics/bts635 -Galaxy_ (that's what you are using right now!) for gluing everything together +Galaxy_ (that's what you are using right now!) for gluing everything together -Most of the work for this wrapper XML is Jeremy Goecks' original STAR_ wrapper +Most of the work for this wrapper XML is Jeremy Goecks' original STAR_ wrapper -Minor tweaks to output names to suit our downstream purposes, toolshed automated dependencies -and odds and ends of other code and documentation comprising this tool was +Minor tweaks to output names to suit our downstream purposes, toolshed automated dependencies +and odds and ends of other code and documentation comprising this tool was written by Ross Lazarus and that part is licensed_ the same way as other rgenetics artefacts .. _STAR: https://bitbucket.org/jgoecks/jeremys-code/raw/fa1930a689b8e2f6b59cc1706e5ba0ed8ad357be/galaxy/tool-wrappers/star.xml