# HG changeset patch # User gkumar09 # Date 1445616473 14400 # Node ID 9b159468135f0cf0b27d480d4accc3530a8d47e1 # Parent 0bb2b5dc3a539414acc6a513a1394c6fa3ed9757 Deleted selected files diff -r 0bb2b5dc3a53 -r 9b159468135f trinityrnaseq_protocol/align_and_estimate_abundance.xml~ --- a/trinityrnaseq_protocol/align_and_estimate_abundance.xml~ Fri Oct 23 12:07:36 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,89 +0,0 @@ - - - run RSEM to estimate transcript abundances - - trinity - - - - trinityToolWrapper.py util/align_and_estimate_abundance.pl --transcripts $transcripts --est_method RSEM --aln_method bowtie --trinity_mode --prep_reference - - ## Inputs. - #if str($inputs.paired_or_single) == "paired": - --left $inputs.left_input --right $inputs.right_input - #if $inputs.left_input.ext == 'fa': - --seqType fa - #else: - --seqType fq - #end if - #if str($inputs.library_type) != "None": - --SS_lib_type $inputs.library_type - #end if - - #else: - --single $inputs.input - #if str($inputs.input.ext) == 'fa': - --seqType fa - #else: - --seqType fq - #end if - #if str($inputs.library_type) != "None": - --SS_lib_type $inputs.library_type - #end if - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .. _Trinity: http://trinityrnaseq.sourceforge.net - -