# HG changeset patch # User yboursin # Date 1464185282 14400 # Node ID 73a9e9df80da9234ff0ea4d96635fc52159f4bbe # Parent 7146e81bc8861acf09e82d178c0cc6f1c3605c44 Uploaded diff -r 7146e81bc886 -r 73a9e9df80da rsem_calculate_expression.xml --- a/rsem_calculate_expression.xml Wed May 25 08:35:34 2016 -0400 +++ b/rsem_calculate_expression.xml Wed May 25 10:08:02 2016 -0400 @@ -1,4 +1,4 @@ - + RNA-Seq by Expectation-Maximization rsem @@ -34,26 +34,32 @@ #end if #end if ## Calculate 95% credibility intervals and posterior mean estimates. - #if $rsem_options.useci.ci == 'yes': + #if $rsem_options.ci == 'yes': --calc-ci - #if $rsem_options.useci.cimem: - --ci-memory $rsem_options.useci.cimem - #end if + --ci-memory 2048 #end if #end if - ## --num-threads $GALAXY_SLOTS - #if $input.format != 'bam' and $input.bowtie_options.fullparams == 'fullset': + ## Calculate PME + $rsem_options.pme + --num-threads \${GALAXY_SLOTS:-4} + #if str($input.usebowtie.bowtie) == "one": + #if $input.format != 'bam' and $input.usebowtie.bowtie_options.fullparams == 'fullset': ## Bowtie params - #if $bowtie_options.bowtie_e: - --bowtie-e $bowtie_options.bowtie_e + #if $input.usebowtie.bowtie_options.bowtie_e: + --bowtie-e $input.usebowtie.bowtie_options.bowtie_e #end if - #if $bowtie_options.bowtie_m: - --bowtie-m $bowtie_options.bowtie_m + #if $input.usebowtie.bowtie_options.bowtie_m: + --bowtie-m $input.usebowtie.bowtie_options.bowtie_m + #end if + #if $input.usebowtie.bowtie_options.bowtie_n: + --bowtie-n $input.usebowtie.bowtie_options.bowtie_n #end if - #if $bowtie_options.bowtie_n: - --bowtie-n $bowtie_options.bowtie_n - #end if + #end if + + #elif str($input.usebowtie.bowtie) == "two": + --bowtie2 #end if + ## Outputs #if $rsem_outputs.result_bams == 'none': --no-bam-output @@ -143,21 +149,23 @@ - - - - - - + + - + + + + + + + @@ -173,6 +181,9 @@ + + + diff -r 7146e81bc886 -r 73a9e9df80da rsem_prepare_reference.xml --- a/rsem_prepare_reference.xml Wed May 25 08:35:34 2016 -0400 +++ b/rsem_prepare_reference.xml Wed May 25 10:08:02 2016 -0400 @@ -1,4 +1,4 @@ - + rsem @@ -23,13 +23,19 @@ --no-polyA #end if $ntog + $bowtie + $bowtietwo #if $transcript_to_gene_map: --transcript-to-gene-map $transcript_to_gene_map #end if #if $reference.ref_type == 'transcripts': $reference.reference_fasta_file #else: + #if $reference.gtf.extension == 'gtf': --gtf $reference.gtf + #elif $reference.gtf.extension == 'gff3': + --gff3 $reference.gtf + #end if $reference.reference_fasta_file #end if $reference_name @@ -48,8 +54,8 @@ - + @@ -86,6 +92,8 @@ + +