# HG changeset patch # User Jim Johnson # Date 1385153319 21600 # Node ID 8d546ef8cfea234a8fe0cb53536c649582a17232 # Parent a67c0a0d24aceff3bf60db61ebeb0e9289737d81 Add RSEM_abundance_estimation diff -r a67c0a0d24ac -r 8d546ef8cfea RSEM_abundance_estimation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RSEM_abundance_estimation.xml Fri Nov 22 14:48:39 2013 -0600 @@ -0,0 +1,91 @@ + + run RSEM to estimate transcript abundances + + trinityrnaseq + rsem + + + \$TRINITY_HOME/util/RSEM_util/run_RSEM_align_n_estimate.pl --transcripts $transcripts + ## Inputs. + #if str($read_type.paired_or_single) == "single": + #if $read_type.single_reads.extension.startswith( "fastq"): + --seqType fq + #else + --seqType fa + #end if + --single $read_type.single_reads + #else + #if $read_type.left_reads.extension.startswith( "fastq"): + --seqType fq + #else + --seqType fa + #end if + --left $read_type.left_reads + --right $read_type.right_reads + #end if + #if $transcript.source == "other": + --no_group_by_component + --gene_trans_map $transcript.gene_trans_map + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Each line of should be of the form: gene_id transcript_id ( with the two fields separated by a tab character ) + + + + + + + + + + + + + + + + + + + + + + + .. _Trinity: http://trinityrnaseq.sourceforge.net + + $TRINITY_HOME/util/RSEM_util/run_RSEM_align_n_estimate.pl --transcripts Trinity.fasta \ + --seqType fq --left left.reads.fq --right right.reads.fq + + diff -r a67c0a0d24ac -r 8d546ef8cfea tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 11 11:15:53 2013 -0600 +++ b/tool_dependencies.xml Fri Nov 22 14:48:39 2013 -0600 @@ -12,5 +12,8 @@ + + +