# HG changeset patch # User iuc # Date 1462287265 14400 # Node ID c7555bc218124085db30167e3c7de392cae20476 # Parent de0af39266efde1fcf283f19b236a0dcfb41cba2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit bbfd77c34b609b86ef3a24525dae1127d8b3d99b diff -r de0af39266ef -r c7555bc21812 abundance_estimates_to_matrix.xml --- a/abundance_estimates_to_matrix.xml Mon Apr 25 10:02:37 2016 -0400 +++ b/abundance_estimates_to_matrix.xml Tue May 03 10:54:25 2016 -0400 @@ -26,13 +26,13 @@ #end for ]]> - + ^\w+$ - + @@ -198,7 +198,7 @@ .. _Trinity: http://trinityrnaseq.github.io ]]> - + doi:10.1038/nbt.1883 diff -r de0af39266ef -r c7555bc21812 align_and_estimate_abundance.xml --- a/align_and_estimate_abundance.xml Mon Apr 25 10:02:37 2016 -0400 +++ b/align_and_estimate_abundance.xml Tue May 03 10:54:25 2016 -0400 @@ -1,4 +1,4 @@ - + on a de novo assembly of RNA-Seq data trinity @@ -17,7 +17,7 @@ && align_and_estimate_abundance.pl - + --transcripts input.fa --est_method $method.est_method @@ -27,42 +27,42 @@ #if $inputs.paired_or_single == "paired": --left $inputs.left_input --right $inputs.right_input - + #if $inputs.left_input.is_of_type('fasta'): --seqType fa #else: --seqType fq #end if - + #if $inputs.strand.is_strand_specific: --SS_lib_type $inputs.strand.library_type #end if #else: --single $inputs.input - + #if $inputs.input.is_of_type('fasta'): --seqType fa #else: --seqType fq #end if - + #if $inputs.strand.is_strand_specific: --SS_lib_type $inputs.strand.library_type #end if #end if - + --max_ins_size $inputs.paired_fragment_length ## Additional parameters. - #if $additional_params.gene_map.has_gene_map == "yes": + #if $additional_params.gene_map.has_gene_map == "no": --gene_trans_map $additional_params.gene_map.gene_trans_map #else --trinity_mode #end if - + --prep_reference - + --output_dir . ## CPU @@ -106,7 +106,7 @@ - + @@ -129,16 +129,16 @@
+ - - + - + - +
@@ -148,7 +148,7 @@ method['est_method'] == "RSEM" - + method['est_method'] == "eXpress" @@ -165,7 +165,7 @@ - + @@ -187,7 +187,7 @@ - + @@ -209,7 +209,7 @@ - + @@ -252,7 +252,7 @@ .. _Trinity: http://trinityrnaseq.github.io ]]> - + doi:10.1038/nbt.1883 diff -r de0af39266ef -r c7555bc21812 run_DE_analysis.xml --- a/run_DE_analysis.xml Mon Apr 25 10:02:37 2016 -0400 +++ b/run_DE_analysis.xml Tue May 03 10:54:25 2016 -0400 @@ -7,7 +7,7 @@ bioconductor-deseq2 edger bioconductor-edger - limma + limma bioconductor-limma diff -r de0af39266ef -r c7555bc21812 tool_dependencies.xml --- a/tool_dependencies.xml Mon Apr 25 10:02:37 2016 -0400 +++ b/tool_dependencies.xml Tue May 03 10:54:25 2016 -0400 @@ -1,7 +1,7 @@ - + @@ -25,7 +25,7 @@ - + --max_memory 30G --bflyHeapSpaceMax 30G diff -r de0af39266ef -r c7555bc21812 trinity.xml --- a/trinity.xml Mon Apr 25 10:02:37 2016 -0400 +++ b/trinity.xml Tue May 03 10:54:25 2016 -0400 @@ -1,4 +1,4 @@ - + de novo assembly of RNA-Seq data trinity @@ -11,34 +11,37 @@ ## Inputs. #if $inputs.paired_or_single == "paired": - --left $inputs.left_input --right $inputs.right_input - - #if $inputs.left_input.is_of_type('fasta'): + + --left ${ ','.join(['"%s"' % x for x in $inputs.left_input]) } + + --right ${ ','.join(['"%s"' % x for x in $inputs.right_input]) } + + #if $inputs.left_input[0].is_of_type('fasta'): --seqType fa #else: --seqType fq #end if - + #if $inputs.strand.is_strand_specific: --SS_lib_type $inputs.strand.library_type #end if - + $inputs.jaccard_clip #else: - --single $inputs.input - - #if $inputs.input.is_of_type('fasta'): + --single ${ ','.join(['"%s"' % x for x in $inputs.input]) } + + #if $inputs.input[0].is_of_type('fasta'): --seqType fa #else: --seqType fq #end if - + #if $inputs.strand.is_strand_specific: --SS_lib_type $inputs.strand.library_type #end if #end if - + $norm ## Additional parameters. @@ -58,12 +61,12 @@ #if $additional_params.guided.genome_guided_min_reads_per_partition: --genome_guided_min_reads_per_partition $additional_params.guided.genome_guided_min_reads_per_partition #end if - + #end if ## CPU and butterfly options. --CPU \${GALAXY_SLOTS:-4} \${TRINITY_MEM_OPTIONS:---max_memory 1G} --bfly_opts "-V 10 --stderr" - + ## > $trinity_log 2>&1 ]]> @@ -74,8 +77,8 @@ - - + + @@ -90,7 +93,7 @@ - + @@ -104,12 +107,12 @@ - +
- + @@ -123,8 +126,8 @@ - - + +
@@ -135,8 +138,8 @@ - - + + @@ -144,8 +147,8 @@ - - + + @@ -157,7 +160,7 @@ .. _Trinity: http://trinityrnaseq.github.io - + doi:10.1038/nbt.1883