# HG changeset patch # User iuc # Date 1513342670 18000 # Node ID 199aa6821ca59c14b398bc028bcf8d6d0ae786e0 # Parent 32b86cd8eb50fa7d316f5c9fe995b03d44a8a619 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58 diff -r 32b86cd8eb50 -r 199aa6821ca5 README.rst --- a/README.rst Mon Aug 28 16:53:46 2017 -0400 +++ b/README.rst Fri Dec 15 07:57:50 2017 -0500 @@ -9,22 +9,22 @@ By default, this tool is configured to limit the memory consumption to 1G. You might need to lower this limit if the machine(s) executing the jobs have less memory available. If you have a lot of reads to assemble and a machine with enough memory, you can increase it. -In both cases, you can set the TRINITY_MAX_MEMORY environmental variable in the destination section of the job_conf.xml file: +In both cases, you can set the TRINITY_MAX_MEMORY environmental variable in the destination section of the job_conf.xml file:: - - - - - - - - - - - - 1G - - - + + + + + + + + + + + + 1G + + + diff -r 32b86cd8eb50 -r 199aa6821ca5 macros.xml --- a/macros.xml Mon Aug 28 16:53:46 2017 -0400 +++ b/macros.xml Fri Dec 15 07:57:50 2017 -0500 @@ -9,6 +9,28 @@ 2.4.0 + + #if $inputs.strand.is_strand_specific: + --SS_lib_type $inputs.strand.library_type + #end if + + $inputs.jaccard_clip + + + + + + + + + + + + + + + + 10.1038/nbt.1883 diff -r 32b86cd8eb50 -r 199aa6821ca5 trinity.xml --- a/trinity.xml Mon Aug 28 16:53:46 2017 -0400 +++ b/trinity.xml Fri Dec 15 07:57:50 2017 -0500 @@ -1,4 +1,4 @@ - + de novo assembly of RNA-Seq data macros.xml @@ -20,11 +20,20 @@ --seqType fq #end if - #if $inputs.strand.is_strand_specific: - --SS_lib_type $inputs.strand.library_type + @COMMAND_PAIRED_STRAND_JACCARD@ + + #elif $inputs.paired_or_single == "paired_collection" + --left ${ ','.join(['"%s"' % x.forward for x in $inputs.pair_input]) } + + --right ${ ','.join(['"%s"' % x.reverse for x in $inputs.pair_input]) } + + #if $inputs.pair_input[0].forward.is_of_type('fasta'): + --seqType fa + #else: + --seqType fq #end if - $inputs.jaccard_clip + @COMMAND_PAIRED_STRAND_JACCARD@ #else: --single ${ ','.join(['"%s"' % x for x in $inputs.input]) } @@ -74,27 +83,12 @@ - - + + + - - - - - - - - - - - - - - - - - + @@ -107,6 +101,15 @@ + + + + + + + + + @@ -122,20 +125,19 @@ - + - + - - + @@ -156,11 +158,34 @@ + + + + + + + + + + + + + + + + + + + + + + + - Trinity_ assembles transcript sequences from Illumina RNA-Seq data. +Trinity_ assembles transcript sequences from Illumina RNA-Seq data. - .. _Trinity: http://trinityrnaseq.github.io +.. _Trinity: http://trinityrnaseq.github.io