# HG changeset patch
# User mvdbeek
# Date 1427648877 14400
# Node ID eee9701a7491c3c1269f8f6c43ed3c7a4a9f4110
# Parent 9af9983dcd02e9d7e9fceced392efbb8b8679a12
Uploaded
diff -r 9af9983dcd02 -r eee9701a7491 readmap.xml
--- a/readmap.xml Mon Nov 03 10:28:40 2014 -0500
+++ b/readmap.xml Sun Mar 29 13:07:57 2015 -0400
@@ -6,8 +6,9 @@
pysam
biocbasics
R
+ numpy
+ scipy
-
readmap.py
#if $refGenomeSource.genomeSource == "history":
@@ -258,23 +259,27 @@
:width: 500
-
+
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
diff -r 9af9983dcd02 -r eee9701a7491 runme.R
--- a/runme.R Mon Nov 03 10:28:40 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 9af9983dcd02 -r eee9701a7491 tool_dependencies.xml
--- a/tool_dependencies.xml Mon Nov 03 10:28:40 2014 -0500
+++ b/tool_dependencies.xml Sun Mar 29 13:07:57 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