# HG changeset patch # User iuc # Date 1592326802 14400 # Node ID 43b36b3d4333e254e7a62ff6726ce3e19ec60f70 # Parent d3ae7d9c22023e931ca3fecf17733b106bdbd182 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffdiff commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd" diff -r d3ae7d9c2202 -r 43b36b3d4333 cuff_macros.xml --- a/cuff_macros.xml Sun Feb 19 12:12:17 2017 -0500 +++ b/cuff_macros.xml Tue Jun 16 13:00:02 2020 -0400 @@ -66,20 +66,26 @@ - - - + ## Inputs. - #for $input_file in $inputs: - '${input_file}' - #end for - #for $additional_input in $additional_inputs: - #for $input_file in $additional_input.additional_inputs: - '${input_file}' - #end for + #for $i, $input_file in enumerate($inputs): + 'input_$i' #end for getattr(inputs, "__len__", [].__len__)() >= 2 + + + + 10.1038/nbt.1621 + + + + diff -r d3ae7d9c2202 -r 43b36b3d4333 cuffdiff_wrapper.xml --- a/cuffdiff_wrapper.xml Sun Feb 19 12:12:17 2017 -0500 +++ b/cuffdiff_wrapper.xml Tue Jun 16 13:00:02 2020 -0400 @@ -1,12 +1,12 @@ find significant changes in transcript expression, splicing, and promoter use - cuff_macros.xml + cuff_macros.xml bioconductor-cummerbund - cuffdiff 2>&1 | head -n 1 + &1 | head -n 1]]> - - + + @@ -398,7 +398,5 @@ --num-frag-assign-draws For each fragment drawn from a transcript, Cuffdiff will assign it this many times (probabilistically), thus estimating the assignment uncertainty for each transcript. Used to estimate the variance-covariance matrix on assigned fragment counts. --min-reps-for-js-test Cuffdiff won't test genes for differential regulation unless the conditions in question have at least this many replicates. - - 10.1038/nbt.1621 - + diff -r d3ae7d9c2202 -r 43b36b3d4333 cummeRbund.R --- a/cummeRbund.R Sun Feb 19 12:12:17 2017 -0500 +++ b/cummeRbund.R Tue Jun 16 13:00:02 2020 -0400 @@ -1,2 +1,2 @@ library("cummeRbund") -cuff <- readCufflinks(dir = ".", dbFile = 'cummeRbund.sqlite') \ No newline at end of file +cuff <- readCufflinks(dir = ".", dbFile = "cummeRbund.sqlite")