# HG changeset patch # User trinity_ctat # Date 1504208214 14400 # Node ID 4c1d32673942bdac4d4b5a15da09edc7f571254f # Parent f976a93748a401822981277a78ffa5396f33f186 Uploaded diff -r f976a93748a4 -r 4c1d32673942 trinity.xml --- a/trinity.xml Tue Aug 29 12:04:32 2017 -0400 +++ b/trinity.xml Thu Aug 31 15:36:54 2017 -0400 @@ -1,17 +1,22 @@ - De novo assembly of RNA-Seq data using Trinity 2.4.0 + python + subprocess32 + samtools + bzip2 trinity + @@ -54,9 +64,12 @@ + @@ -90,16 +103,13 @@ - + @@ -119,7 +129,8 @@ This instance is running Trinity version 2.4.0 and uses the following command: - Trinity --max_memory 240G --CPU 8 --seqType seq_type --single singlefile or --left left_file --right right_file + Trinity --max_memory \${TRINITY_MAX_MEMORY:-31G} --CPU \${GALAXY_SLOTS:-4} --seqType seq_type --single singlefile or --left left_file --right right_file + Define TRINITY_MAX_MEMORY and GALAXY_SLOTS to change the default values for --max_memory and --CPU. .. class:: infomark