# HG changeset patch # User iuc # Date 1447929246 18000 # Node ID bc685d13b63725c85e430a3d1d95c2959a022724 # Parent b2326241bb0988d35df74849177c6b717eb4ffc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 97a064489364118d108b0dd2cfb4d9bc53080837 diff -r b2326241bb09 -r bc685d13b637 rg_rnaStar.xml --- a/rg_rnaStar.xml Mon May 18 13:34:13 2015 -0400 +++ b/rg_rnaStar.xml Thu Nov 19 05:34:06 2015 -0500 @@ -1,14 +1,17 @@ - + Gapped-read mapper for RNA-seq data rnastar samtools + + + - + /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 - + ]]> - @@ -109,7 +115,7 @@ - + @@ -122,10 +128,12 @@ - - - - + + + + + + @@ -216,21 +224,43 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - **What it does** Runs the rna star gapped aligner. Suited to paired or single end rna-seq. @@ -291,7 +321,9 @@ **Attributions** -Note that each component has its own license. Good luck with figuring out your obligations. +Note that each component has its own license: + - RNA STAR: GPLv3 + - samtools: MIT/Expat License rna_star - see the web site at rna_star_ @@ -309,13 +341,13 @@ .. _STAR: https://bitbucket.org/jgoecks/jeremys-code/raw/fa1930a689b8e2f6b59cc1706e5ba0ed8ad357be/galaxy/tool-wrappers/star.xml .. _licensed: http://creativecommons.org/licenses/by-nc-nd/3.0/ -.. _rna_star: http://code.google.com/p/rna-star/ +.. _rna_star: https://github.com/alexdobin/STAR .. _rna_starMS: http://bioinformatics.oxfordjournals.org/content/29/1/15.full .. _Galaxy: http://getgalaxy.org - doi: 10.1093/bioinformatics/bts635 + 10.1093/bioinformatics/bts635 diff -r b2326241bb09 -r bc685d13b637 test-data/rnastar_test2.log --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/rnastar_test2.log Thu Nov 19 05:34:06 2015 -0500 @@ -0,0 +1,31 @@ + Started job on | Jul 23 12:00:42 + Started mapping on | Jul 23 12:00:42 + Finished on | Jul 23 12:00:43 + Mapping speed, Million of reads per hour | 0.36 + + Number of input reads | 100 + Average input read length | 75 + UNIQUE READS: + Uniquely mapped reads number | 89 + Uniquely mapped reads % | 89.00% + Average mapped length | 74.80 + Number of splices: Total | 47 + Number of splices: Annotated (sjdb) | 0 + Number of splices: GT/AG | 47 + Number of splices: GC/AG | 0 + Number of splices: AT/AC | 0 + Number of splices: Non-canonical | 0 + Mismatch rate per base, % | 1.73% + Deletion rate per base | 0.00% + Deletion average length | 0.00 + Insertion rate per base | 0.00% + Insertion average length | 0.00 + MULTI-MAPPING READS: + Number of reads mapped to multiple loci | 1 + % of reads mapped to multiple loci | 1.00% + Number of reads mapped to too many loci | 0 + % of reads mapped to too many loci | 0.00% + UNMAPPED READS: + % of reads unmapped: too many mismatches | 0.00% + % of reads unmapped: too short | 10.00% + % of reads unmapped: other | 0.00% diff -r b2326241bb09 -r bc685d13b637 test-data/rnastar_test2_mapped_reads.bam Binary file test-data/rnastar_test2_mapped_reads.bam has changed diff -r b2326241bb09 -r bc685d13b637 test-data/rnastar_test2_splicejunctions.bed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/rnastar_test2_splicejunctions.bed Thu Nov 19 05:34:06 2015 -0500 @@ -0,0 +1,2 @@ +test_chromosome 251 350 1 1 0 23 0 33 +test_chromosome 401 500 1 1 0 24 0 36 diff -r b2326241bb09 -r bc685d13b637 tool-data/rnastar_index.loc.sample