# HG changeset patch # User iuc # Date 1462189283 14400 # Node ID 8ffafd84a7b8ebe78c51a9d5446a677cc26a00e9 # Parent 1317615eff7390d2c4c723f03b94a4b3daeb9fd8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 72247137f912b62dd5a3bc566524988bce10b515 diff -r 1317615eff73 -r 8ffafd84a7b8 abundance_estimates_to_matrix.xml --- a/abundance_estimates_to_matrix.xml Tue Mar 29 06:46:09 2016 -0400 +++ b/abundance_estimates_to_matrix.xml Mon May 02 07:41:23 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 1317615eff73 -r 8ffafd84a7b8 align_and_estimate_abundance.xml --- a/align_and_estimate_abundance.xml Tue Mar 29 06:46:09 2016 -0400 +++ b/align_and_estimate_abundance.xml Mon May 02 07:41:23 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 1317615eff73 -r 8ffafd84a7b8 trinity.xml --- a/trinity.xml Tue Mar 29 06:46:09 2016 -0400 +++ b/trinity.xml Mon May 02 07:41:23 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