# HG changeset patch # User mvdbeek # Date 1427648050 14400 # Node ID 6c72cf9a00dfd4f34d54e8c7370e6b16055acc54 # Parent 63ff807752d7dc1af51536d2b060ba08738f8ea2 Uploaded diff -r 63ff807752d7 -r 6c72cf9a00df runme.R --- a/runme.R Mon Nov 03 10:30:29 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -bioclite = "http://bioconductor.org/biocLite.R" -install.packages(c("lattice","latticeExtra"),dependencies=T,repos=http://cran.us.r-project.org) -source(bioclite) -installme=c(lattice,latticeExtra) -biocLite() -biocLite(installme) -quit(save="no") - diff -r 63ff807752d7 -r 6c72cf9a00df size_histogram.xml --- a/size_histogram.xml Mon Nov 03 10:30:29 2014 -0500 +++ b/size_histogram.xml Sun Mar 29 12:54:10 2015 -0400 @@ -6,8 +6,9 @@ pysam biocbasics R + numpy + scipy - size_histogram.py #if $refGenomeSource.genomeSource == "history": @@ -215,11 +216,16 @@ :width: 500 + - - - + + + + + + + @@ -228,8 +234,9 @@ - - + + + diff -r 63ff807752d7 -r 6c72cf9a00df tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 03 10:30:29 2014 -0500 +++ b/tool_dependencies.xml Sun Mar 29 12:54:10 2015 -0400 @@ -1,22 +1,22 @@ - + - + - + - + @@ -31,6 +31,12 @@ export PATH=$PATH && R CMD BATCH $INSTALL_DIR/runme.R + + + + + + Installs some basic bioc packages for the lattice wrapper and grid + gridExtra for managing lattice panels It's clunky but this is the most convenient way iuc could get anything installed into the package_r3 Note we use cran at fred hutch since no fastest mirror thingy