# HG changeset patch # User geert-vandeweyer # Date 1407166879 14400 # Node ID 17b31ea92891459d7cd3e501b42c9d1995b7caa4 # Parent 82c3d17ecfea0d803fa96f5018f0616fb854f338 Enabled count-based output diff -r 82c3d17ecfea -r 17b31ea92891 cuffdiff_wrapper.xml --- a/cuffdiff_wrapper.xml Mon Aug 04 09:53:39 2014 -0400 +++ b/cuffdiff_wrapper.xml Mon Aug 04 11:41:19 2014 -0400 @@ -37,7 +37,7 @@ #end if #end if - #set labels = '\'' + '\',\''.join( [ str( $condition.name ) for $condition in $conditions ] ) + '\'' + #set labels = '\'' + '\',\''.join( [ str( $condition.name ) for $condition in $in_type.conditions ] ) + '\'' --labels $labels $length_correction @@ -62,21 +62,37 @@ #end if ## Inputs. $gtf_input - #for $condition in $conditions: + + #for $condition in $in_type.conditions: #set samples = ','.join( [ str( $sample.sample ) for $sample in $condition.samples ] ) $samples #end for - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -127,7 +143,12 @@ - + + + + + + @@ -197,6 +218,9 @@ (include_read_group_files == 'Yes') + + (include_read_group_files == 'Yes') + @@ -204,12 +228,29 @@ + + (include_count_files == 'Yes') + + + + (include_count_files == 'Yes') + + + + (include_count_files == 'Yes') + + + + (include_count_files == 'Yes') + + + @@ -274,10 +315,10 @@ Cuffdiff produces many output files: -1. Transcript FPKM expression tracking. -2. Gene FPKM expression tracking; tracks the summed FPKM of transcripts sharing each gene_id -3. Primary transcript FPKM tracking; tracks the summed FPKM of transcripts sharing each tss_id -4. Coding sequence FPKM tracking; tracks the summed FPKM of transcripts sharing each p_id, independent of tss_id +1. Transcript FPKM (+count) expression tracking. +2. Gene FPKM (+count) expression tracking; tracks the summed FPKM of transcripts sharing each gene_id +3. Primary transcript FPKM (+count) tracking; tracks the summed FPKM of transcripts sharing each tss_id +4. Coding sequence FPKM (+count) tracking; tracks the summed FPKM of transcripts sharing each p_id, independent of tss_id 5. Transcript differential FPKM. 6. Gene differential FPKM. Tests difference sin the summed FPKM of transcripts sharing each gene_id 7. Primary transcript differential FPKM. Tests difference sin the summed FPKM of transcripts sharing each tss_id