Repository 'ewastools'
hg clone https://toolshed.g2.bx.psu.edu/repos/kpbioteam/ewastools

Changeset 18:a8a33c3b3612 (2019-02-22)
Previous changeset 17:cffa2871fe8b (2019-02-22) Next changeset 19:d203cf340980 (2019-02-22)
Commit message:
Uploaded
added:
macros.xml
b
diff -r cffa2871fe8b -r a8a33c3b3612 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Fri Feb 22 08:16:05 2019 -0500
b
@@ -0,0 +1,18 @@
+<macros>
+<token name="@VERSION@">1.26.2</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="3.5.1">r-base</requirement>
+            <requirement type="package" version="@VERSION@">bioconductor-minfi</requirement>
+            <requirement type="package" version="0.4.0">bioconductor-illuminahumanmethylation450kmanifest</requirement>
+            <requirement type="package" version="1.40.6">bioconductor-rtracklayer</requirement>
+            <yield />
+        </requirements>
+    </xml>
+    <token name="@MINFI_VERSION@">1.26.2</token>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1093/bioinformatics/btu049</citation>
+        </citations>
+    </xml>
+</macros>